Skip to content

Commit 5b35180

Browse files
author
Sreelakshmi Haridas Maruthur
authored
bruteforce: Update ULP for half-precision divide to 1.0f (#2214)
CTS test update to match proposed spec update KhronosGroup/OpenCL-Docs#1278
1 parent 98c3fe4 commit 5b35180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_conformance/math_brute_force/function_list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const Func functionList[] = {
425425
{ (void*)reference_relaxed_divide },
426426
2.5f,
427427
0.0f,
428-
0.0f,
428+
1.0f,
429429
3.0f,
430430
2.5f,
431431
INFINITY,

0 commit comments

Comments
 (0)