aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/math_brute_force/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/math_brute_force/utility.h')
-rw-r--r--test_conformance/math_brute_force/utility.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/test_conformance/math_brute_force/utility.h b/test_conformance/math_brute_force/utility.h
index b4a59edb..652d990a 100644
--- a/test_conformance/math_brute_force/utility.h
+++ b/test_conformance/math_brute_force/utility.h
@@ -59,9 +59,8 @@ extern int gSkipCorrectnessTesting;
extern int gForceFTZ;
extern int gFastRelaxedDerived;
extern int gWimpyMode;
+extern int gHostFill;
extern int gIsInRTZMode;
-extern int gInfNanSupport;
-extern int gIsEmbedded;
extern int gVerboseBruteForce;
extern uint32_t gMaxVectorSizeIndex;
extern uint32_t gMinVectorSizeIndex;
@@ -83,12 +82,6 @@ float Abs_Error(float test, double reference);
float Ulp_Error(float test, double reference);
float Bruteforce_Ulp_Error_Double(double test, long double reference);
-int MakeKernel(const char **c, cl_uint count, const char *name, cl_kernel *k,
- cl_program *p, bool relaxedMode);
-int MakeKernels(const char **c, cl_uint count, const char *name,
- cl_uint kernel_count, cl_kernel *k, cl_program *p,
- bool relaxedMode);
-
// used to convert a bucket of bits into a search pattern through double
inline double DoubleFromUInt32(uint32_t bits)
{