We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d2077 commit 3865526Copy full SHA for 3865526
2 files changed
samples/17_concurrentdispatch/CMakeLists.txt
@@ -7,5 +7,4 @@ add_opencl_sample(
7
NUMBER 17
8
TARGET concurrentdispatch
9
VERSION 200 # for clSetKernelExecInfo
10
- SOURCES main.cpp
11
- LIBS OpenCLExt)
+ SOURCES main.cpp)
samples/CMakeLists.txt
@@ -76,6 +76,7 @@ add_subdirectory( 06_ndrangekernelfromfile )
76
77
add_subdirectory( 10_queueexperiments )
78
add_subdirectory( 16_floatatomics )
79
+add_subdirectory( 17_concurrentdispatch )
80
81
set(BUILD_EXTENSION_SAMPLES TRUE)
82
if(NOT TARGET OpenCLExt)
@@ -90,5 +91,4 @@ if(BUILD_EXTENSION_SAMPLES)
90
91
add_subdirectory( 13_mutablecommandbuffers )
92
add_subdirectory( 14_ooqcommandbuffers )
93
add_subdirectory( 15_mutablecommandbufferasserts )
- add_subdirectory( 17_concurrentdispatch )
94
endif()
0 commit comments