Skip to content

Commit 3865526

Browse files
committed
concurrent dispatch sample currently does not need extension loader
1 parent 39d2077 commit 3865526

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

samples/17_concurrentdispatch/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

samples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ add_subdirectory( 06_ndrangekernelfromfile )
7676

7777
add_subdirectory( 10_queueexperiments )
7878
add_subdirectory( 16_floatatomics )
79+
add_subdirectory( 17_concurrentdispatch )
7980

8081
set(BUILD_EXTENSION_SAMPLES TRUE)
8182
if(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 )
9494
endif()

0 commit comments

Comments
 (0)