Add new extensions to conformance csv files (#2096)

The extension tests in `test_conformance/extensions` have not matching
entries in the `opencl_conformance_tests_*.csv` files. This means that
they are missed from conformance runs by vendors who use these files.

I've included the new extensions in the full and quick CSV files as they
don't have vast combinations of tests to run like bruteforce or
conversions.

I've put `cl_khr_dx9_media_sharing` in the
`test_conformance/opencl_conformance_tests_d3d.csv` CSV as like the
other tests there the test binary is conditional built only on a Windows
platform.

I've created a new `opencl_conformance_tests_vulkan.csv ` file for
testing the `cl_khr_external_semaphore` extension, as creation of the
binary is conditional on the Vulkan SDK being enabled environment. Any
other tests that require the Vulkan SDK in future can also be added
there.
This commit is contained in:
Ewan Crawford
2024-10-08 17:58:31 +01:00
committed by GitHub
parent c40c8d56f6
commit b64f429b4a
9 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#
# OpenCL Conformance Tests requiring Vulkan SDK
#
cl_khr_external_semaphore,extensions/cl_khr_external_semaphore/test_cl_khr_external_semaphore
1 #
2 # OpenCL Conformance Tests requiring Vulkan SDK
3 #
4 cl_khr_external_semaphore,extensions/cl_khr_external_semaphore/test_cl_khr_external_semaphore