mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
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:
@@ -90,7 +90,7 @@ require compilation, these are:
|
||||
|
||||
The Khronos [Conformance Process Document](https://members.khronos.org/document/dl/911)
|
||||
details the steps required for a conformance submission.
|
||||
In this repository [opencl_conformance_tests_full.csv](test_conformance/submission_details_template.txt)
|
||||
In this repository [opencl_conformance_tests_full.csv](test_conformance/opencl_conformance_tests_full.csv)
|
||||
defines the full list of tests which must be run for conformance. The output log
|
||||
of which must be included alongside a filled in
|
||||
[submission details template](test_conformance/submission_details_template.txt).
|
||||
|
||||
Reference in New Issue
Block a user