We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb1db2 commit 62547f2Copy full SHA for 62547f2
cl_headers/CMakeLists.txt
@@ -52,7 +52,7 @@ set(CL12 "-cl-std=CL1.2")
52
set(CL20 "-cl-std=CL2.0")
53
set(CL30 "-cl-std=CL3.0")
54
# Add OpenCL C 3.0 Optional features
55
-set(OPTS30 "-cl-ext=+__opencl_c_read_write_images,+__opencl_c_3d_image_writes,+__opencl_c_atomic_order_seq_cst,+__opencl_c_atomic_scope_device,+__opencl_c_generic_address_space,+__opencl_c_pipes,+__opencl_c_subgroups,+__opencl_c_work_group_collective_functions")
+set(OPTS30 "-cl-ext=+__opencl_c_3d_image_writes,+__opencl_c_atomic_order_acq_rel,+__opencl_c_atomic_order_seq_cst,+__opencl_c_atomic_scope_device,+__opencl_c_atomic_scope_all_devices,+__opencl_c_device_enqueue,+__opencl_c_generic_address_space,+__opencl_c_images,+__opencl_c_int64,+__opencl_c_pipes,+__opencl_c_program_scope_global_variables,+__opencl_c_read_write_images,+__opencl_c_subgroups,+__opencl_c_work_group_collective_functions")
56
set(OPTS30_FP64 "-cl-ext=+__opencl_c_fp64")
57
58
set(SPIR_TRIPLE "-triple;spir-unknown-unknown")
0 commit comments