mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
* Adds testing for CL_PROGRAM_IL Added a test to check SpirV as an IL for programs built with IL which includes a negative test for programs built without IL. Added a test_fail macro. Fixes #164 Change-Id: I908241242b369551806e43b90ab414f895d5c8f7 Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> * COMPUTE-11739 Removing unused platform and device_version Fixes #164 Change-Id: Ib1168f6396132b69996d07166e1b593fa933d245 Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com>
test_conformance/spirv_new README ================================== The text versions of the spirv files are present in `conformance-tests/test_conformance/spriv_new/spirv_asm`. These text files have been used to generate the binaries in `spirv_bin` using the assembler from `spirv-tools`. The absolute path to `spirv_bin` needs to be passed after `--spirv-binaries-path` token for the test to find the SPIRV binaries. An example invocation looks like the following: ``` ./test_conformance/spirv_new/test_conformance_spirv_new --spirv-binaries-path /home/user/workspace/conformance-tests/test_conformance/spirv_new/spirv_bin/ [other options] ```