add tests for cl_ext_buffer_device_address (#2192)

This commit is contained in:
Michal Babej
2025-03-19 23:08:17 +02:00
committed by GitHub
parent e88e5be93e
commit 36178cf6e3
4 changed files with 503 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ add_subdirectory( cl_khr_dx9_media_sharing )
add_subdirectory( cl_khr_external_memory_dma_buf )
add_subdirectory( cl_khr_semaphore )
add_subdirectory( cl_khr_kernel_clock )
add_subdirectory( cl_ext_buffer_device_address )
if(VULKAN_IS_SUPPORTED)
add_subdirectory( cl_khr_external_semaphore )
endif()