Skip to content

Commit d188f5c

Browse files
haoxian2pcolberg
authored andcommitted
Enabled ACL_SUPPORT_DOUBLE to support cl_khr_fp64
1 parent 9c8c795 commit d188f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ target_compile_definitions(acl_objs PUBLIC
297297
# the internal runtime API that exposes C++ structures and functions.
298298
# https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html
299299
_GLIBCXX_USE_CXX11_ABI=0
300-
ACL_SUPPORT_DOUBLE=0
300+
ACL_SUPPORT_DOUBLE=1
301301
ACL_HAS_STDLIB_STDIO
302302
CL_USE_DEPRECATED_OPENCL_1_0_APIS=1
303303
CL_USE_DEPRECATED_OPENCL_1_1_APIS=1

0 commit comments

Comments
 (0)