aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/spirv_new/test_op_fmath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/spirv_new/test_op_fmath.cpp')
-rw-r--r--test_conformance/spirv_new/test_op_fmath.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test_conformance/spirv_new/test_op_fmath.cpp b/test_conformance/spirv_new/test_op_fmath.cpp
index bec0667c..61e2864d 100644
--- a/test_conformance/spirv_new/test_op_fmath.cpp
+++ b/test_conformance/spirv_new/test_op_fmath.cpp
@@ -79,11 +79,8 @@ int test_fmath(cl_device_id deviceID,
kernelStr = kernelStream.str();
}
- size_t kernelLen = kernelStr.size();
const char *kernelBuf = kernelStr.c_str();
- const char *options = fast_math ? "-cl-fast-relaxed-math" : NULL;
-
std::vector<T> h_ref(num);
{