OpenCL checks: Add check for the need to clFlush kernel cmds

This commit is contained in:
2025-11-12 12:29:19 -04:00
parent a52685fbdf
commit f58f908366
3 changed files with 306 additions and 1 deletions
+5
View File
@@ -39,6 +39,11 @@ if(COMPILE_CL_CHECKS)
PUBLIC ${OPENCL_INCLUDE_DIRS})
target_link_libraries(clshmemlatency
${OPENCL_LIBRARIES})
add_executable(clshmemlatency_callback clshmemlatency_callback.cpp)
target_include_directories(clshmemlatency_callback
PUBLIC ${OPENCL_INCLUDE_DIRS})
target_link_libraries(clshmemlatency_callback
${OPENCL_LIBRARIES})
add_executable(clshmemcheck clshmemcheck.cpp)
target_include_directories(clshmemcheck
PUBLIC ${OPENCL_INCLUDE_DIRS})