Add tests for cl_khr_external_semaphore_dx_fence (#2482)

- Add tests to import DirectX 12 fences as semaphores.
- Add tests to export semaphores as DirectX 12 fences.
- Add queries tests.
- Add negative tests.

Fixes: https://github.com/KhronosGroup/OpenCL-CTS/issues/2480
This commit is contained in:
Jose Lopez
2025-09-16 18:41:49 +01:00
committed by GitHub
parent c2baafae3f
commit 7412973dc9
13 changed files with 1005 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ if(VULKAN_IS_SUPPORTED)
add_subdirectory( common/vulkan_wrapper )
add_subdirectory( vulkan )
endif()
if(D3D12_IS_SUPPORTED)
add_subdirectory(common/directx_wrapper)
endif ()
file(GLOB CSV_FILES "opencl_conformance_tests_*.csv")