mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 08:49:02 +00:00
Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github. This commit contains all the changes that have been done in Gitlab since the first public release of the conformance tests. Signed-off-by: Kevin Petit kevin.petit@arm.com
This commit is contained in:
13
test_conformance/spirv_new/README.txt
Normal file
13
test_conformance/spirv_new/README.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
test_conformance/spirv_new README
|
||||
==================================
|
||||
|
||||
The text versions of the spirv files are present in `conformance-tests/test_conformance/spriv_new/spirv_txt`.
|
||||
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 `-ILPath` token for the test to find the SPIRV binaries.
|
||||
|
||||
An example invocation looks like the following:
|
||||
|
||||
```
|
||||
./test_conformance/spirv_new/test_conformance_spirv_new -ILPath /home/user/workspace/conformance-tests/test_conformance/spirv_new/spirv_bin/ [other options]
|
||||
```
|
||||
Reference in New Issue
Block a user