Skip to content

Commit

Permalink
concurrent dispatch sample currently does not need extension loader
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Dec 17, 2024
1 parent 39d2077 commit 3865526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions samples/17_concurrentdispatch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ add_opencl_sample(
NUMBER 17
TARGET concurrentdispatch
VERSION 200 # for clSetKernelExecInfo
SOURCES main.cpp
LIBS OpenCLExt)
SOURCES main.cpp)
2 changes: 1 addition & 1 deletion samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ add_subdirectory( 06_ndrangekernelfromfile )

add_subdirectory( 10_queueexperiments )
add_subdirectory( 16_floatatomics )
add_subdirectory( 17_concurrentdispatch )

set(BUILD_EXTENSION_SAMPLES TRUE)
if(NOT TARGET OpenCLExt)
Expand All @@ -90,5 +91,4 @@ if(BUILD_EXTENSION_SAMPLES)
add_subdirectory( 13_mutablecommandbuffers )
add_subdirectory( 14_ooqcommandbuffers )
add_subdirectory( 15_mutablecommandbufferasserts )
add_subdirectory( 17_concurrentdispatch )
endif()

0 comments on commit 3865526

Please sign in to comment.