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 bcc75fd commit 1b518dfCopy full SHA for 1b518df
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_fp64,+__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_fp64,+__opencl_c_read_write_images,+__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")
56
57
set(SPIR_TRIPLE "-triple;spir-unknown-unknown")
58
set(SPIR64_TRIPLE "-triple;spir64-unknown-unknown")
0 commit comments