From 5b3518096ca7b82854daadb2b2fae704fe2d9cb5 Mon Sep 17 00:00:00 2001 From: Sreelakshmi Haridas Maruthur Date: Tue, 21 Jan 2025 10:44:47 -0700 Subject: [PATCH] bruteforce: Update ULP for half-precision divide to 1.0f (#2214) CTS test update to match proposed spec update https://github.com/KhronosGroup/OpenCL-Docs/issues/1278 --- test_conformance/math_brute_force/function_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/math_brute_force/function_list.cpp b/test_conformance/math_brute_force/function_list.cpp index 5f7b8ea0e2..f06921bddb 100644 --- a/test_conformance/math_brute_force/function_list.cpp +++ b/test_conformance/math_brute_force/function_list.cpp @@ -425,7 +425,7 @@ const Func functionList[] = { { (void*)reference_relaxed_divide }, 2.5f, 0.0f, - 0.0f, + 1.0f, 3.0f, 2.5f, INFINITY,