File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ add_opencl_sample(
77 NUMBER 17
88 TARGET concurrentdispatch
99 VERSION 200 # for clSetKernelExecInfo
10- SOURCES main.cpp
11- LIBS OpenCLExt)
10+ SOURCES main.cpp)
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ add_subdirectory( 06_ndrangekernelfromfile )
7676
7777add_subdirectory ( 10_queueexperiments )
7878add_subdirectory ( 16_floatatomics )
79+ add_subdirectory ( 17_concurrentdispatch )
7980
8081set (BUILD_EXTENSION_SAMPLES TRUE )
8182if (NOT TARGET OpenCLExt)
@@ -90,5 +91,4 @@ if(BUILD_EXTENSION_SAMPLES)
9091 add_subdirectory ( 13_mutablecommandbuffers )
9192 add_subdirectory ( 14_ooqcommandbuffers )
9293 add_subdirectory ( 15_mutablecommandbufferasserts )
93- add_subdirectory ( 17_concurrentdispatch )
9494endif ()
You can’t perform that action at this time.
0 commit comments