Add cl_khr_kernel_clock tests (#1960)

Adds cl_khr_kernel_clock test.

Also fixes failure in the compiler defines for extension compiler
subtest when cl_khr_kernel_clock is supported.
This commit is contained in:
Ahmed
2024-05-21 16:49:49 +01:00
committed by GitHub
parent 5ce18c3f5a
commit cdf8d5e35e
6 changed files with 269 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ add_subdirectory( cl_ext_cxx_for_opencl )
add_subdirectory( cl_khr_command_buffer )
add_subdirectory( cl_khr_dx9_media_sharing )
add_subdirectory( cl_khr_semaphore )
add_subdirectory( cl_khr_kernel_clock )
if(VULKAN_IS_SUPPORTED)
add_subdirectory( cl_khr_external_semaphore )
endif()