From 5bf1d946ede87cbe61a2d52170beae65166647a2 Mon Sep 17 00:00:00 2001 From: Mirza Halilcevic Date: Mon, 22 Jan 2024 20:50:14 +0530 Subject: [PATCH] EXSWHTEC-283 - Introduce base implementations for numerical accuracy tests #260 Change-Id: I9cf71b420b7fc73fcd9df162b963fda73878cacb [ROCm/hip-tests commit: b0622f51e2b457036d0a2db3740ea717d515b467] --- projects/hip-tests/catch/unit/math/binary_common.hh | 2 +- projects/hip-tests/catch/unit/math/quaternary_common.hh | 2 +- projects/hip-tests/catch/unit/math/ternary_common.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip-tests/catch/unit/math/binary_common.hh b/projects/hip-tests/catch/unit/math/binary_common.hh index 72de23096e..2ddaee474f 100644 --- a/projects/hip-tests/catch/unit/math/binary_common.hh +++ b/projects/hip-tests/catch/unit/math/binary_common.hh @@ -133,4 +133,4 @@ void BinaryFloatingPointTest(kernel_sig kernel, ref_sig, ref, \ ULPValidatorBuilderFactory(ulp)); \ - } \ No newline at end of file + } diff --git a/projects/hip-tests/catch/unit/math/quaternary_common.hh b/projects/hip-tests/catch/unit/math/quaternary_common.hh index b29eb52ef4..a9a8cc6778 100644 --- a/projects/hip-tests/catch/unit/math/quaternary_common.hh +++ b/projects/hip-tests/catch/unit/math/quaternary_common.hh @@ -243,4 +243,4 @@ void QuaternaryFloatingPointTest(kernel_sig kernel, \ QuaternaryFloatingPointTest(kern_name##_kernel, ref, \ ULPValidatorBuilderFactory(ulp)); \ - } \ No newline at end of file + } diff --git a/projects/hip-tests/catch/unit/math/ternary_common.hh b/projects/hip-tests/catch/unit/math/ternary_common.hh index 53b28c6b5a..a335073916 100644 --- a/projects/hip-tests/catch/unit/math/ternary_common.hh +++ b/projects/hip-tests/catch/unit/math/ternary_common.hh @@ -139,4 +139,4 @@ void TernaryFloatingPointTest(kernel_sig kernel, ref_sig, ref, \ ULPValidatorBuilderFactory(ulp)); \ - } \ No newline at end of file + }