• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1test_conformance/spirv_new README
2==================================
3
4The text versions of the spirv files are present in `conformance-tests/test_conformance/spriv_new/spirv_asm`.
5These text files have been used to generate the binaries in `spirv_bin` using the assembler from `spirv-tools`.
6
7The absolute path to `spirv_bin` needs to be passed after `--spirv-binaries-path` token for the test to find the SPIRV binaries.
8
9An example invocation looks like the following:
10
11```
12./test_conformance/spirv_new/test_conformance_spirv_new --spirv-binaries-path /home/user/workspace/conformance-tests/test_conformance/spirv_new/spirv_bin/ [other options]
13```
14