• Home
Name Date Size #Lines LOC

..--

spirv_asm/03-May-2024-15,99615,652

spirv_bin/03-May-2024-

CMakeLists.txtD03-May-20241.3 KiB2721

README.txtD03-May-2024651 149

main.cppD03-May-20246.9 KiB218167

procs.hD03-May-20243.8 KiB9970

testBase.hD03-May-20241.4 KiB3817

test_cl_khr_spirv_no_integer_wrap_decoration.cppD03-May-20249.3 KiB223171

test_decorate.cppD03-May-202421.3 KiB605466

test_linkage.cppD03-May-20244.4 KiB11882

test_op_atomic.cppD03-May-20243.7 KiB10070

test_op_branch.cppD03-May-20243.7 KiB8355

test_op_branch_conditional.cppD03-May-20244.9 KiB10774

test_op_composite_construct.cppD03-May-20243 KiB7549

test_op_constant.cppD03-May-20245.7 KiB148106

test_op_copy_object.cppD03-May-20245.4 KiB144104

test_op_fmath.cppD03-May-20248.4 KiB202149

test_op_function.cppD03-May-20243.5 KiB9062

test_op_lifetime.cppD03-May-20244.5 KiB10572

test_op_loop_merge.cppD03-May-20245 KiB11480

test_op_negate.cppD03-May-20244.6 KiB12086

test_op_opaque.cppD03-May-20241.9 KiB4527

test_op_phi.cppD03-May-20244.8 KiB144101

test_op_selection_merge.cppD03-May-20246.3 KiB13398

test_op_undef.cppD03-May-20244.2 KiB11778

test_op_vector_extract.cppD03-May-20244.6 KiB10575

test_op_vector_insert.cppD03-May-20245.3 KiB12388

test_op_vector_times_scalar.cppD03-May-20247.9 KiB182134

types.hppD03-May-20245.1 KiB185143

README.txt

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