EXSWHTEC-283 - Introduce base implementations for numerical accuracy tests #260

Change-Id: I9cf71b420b7fc73fcd9df162b963fda73878cacb


[ROCm/hip-tests commit: b0622f51e2]
このコミットが含まれているのは:
Mirza Halilcevic
2024-01-22 20:50:14 +05:30
committed by Rakesh Roy
コミット 5bf1d946ed
3個のファイルの変更3行の追加3行の削除
+1 -1
ファイルの表示
@@ -133,4 +133,4 @@ void BinaryFloatingPointTest(kernel_sig<T, TArg, TArg> kernel, ref_sig<RT, RTArg
\
BinaryFloatingPointTest(kern_name##_kernel<TestType>, ref, \
ULPValidatorBuilderFactory<TestType>(ulp)); \
}
}
+1 -1
ファイルの表示
@@ -243,4 +243,4 @@ void QuaternaryFloatingPointTest(kernel_sig<T, TArg, TArg, TArg, TArg> kernel,
\
QuaternaryFloatingPointTest(kern_name##_kernel<TestType>, ref, \
ULPValidatorBuilderFactory<TestType>(ulp)); \
}
}
+1 -1
ファイルの表示
@@ -139,4 +139,4 @@ void TernaryFloatingPointTest(kernel_sig<T, TArg, TArg, TArg> kernel, ref_sig<RT
\
TernaryFloatingPointTest(kern_name##_kernel<TestType>, ref, \
ULPValidatorBuilderFactory<TestType>(ulp)); \
}
}