• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

spirv_asm/23-Nov-2023-16,06415,710

CMakeLists.txtD23-Nov-20231.3 KiB2721

README.txtD23-Nov-2023651 149

assemble_spirv.pyD23-Nov-20236.1 KiB165118

main.cppD23-Nov-20238.4 KiB265211

procs.hD23-Nov-20234.3 KiB10070

testBase.hD23-Nov-20231.4 KiB3817

test_cl_khr_spirv_no_integer_wrap_decoration.cppD23-Nov-20239.1 KiB219169

test_decorate.cppD23-Nov-202315.3 KiB437334

test_get_program_il.cppD23-Nov-20233.7 KiB10569

test_linkage.cppD23-Nov-20235.3 KiB144107

test_op_atomic.cppD23-Nov-20233.7 KiB10070

test_op_branch.cppD23-Nov-20233.7 KiB8355

test_op_branch_conditional.cppD23-Nov-20234.9 KiB10774

test_op_composite_construct.cppD23-Nov-20233 KiB7549

test_op_constant.cppD23-Nov-20235.7 KiB148106

test_op_copy_object.cppD23-Nov-20235.4 KiB144104

test_op_fmath.cppD23-Nov-20238.2 KiB198147

test_op_function.cppD23-Nov-20233.5 KiB9062

test_op_lifetime.cppD23-Nov-20234.5 KiB10572

test_op_loop_merge.cppD23-Nov-20235 KiB11480

test_op_negate.cppD23-Nov-20234.6 KiB12086

test_op_opaque.cppD23-Nov-20232.9 KiB7353

test_op_phi.cppD23-Nov-20234.8 KiB144101

test_op_selection_merge.cppD23-Nov-20236.3 KiB13398

test_op_spec_constant.cppD23-Nov-20236.3 KiB158119

test_op_undef.cppD23-Nov-20234.2 KiB11778

test_op_vector_extract.cppD23-Nov-20234.6 KiB10575

test_op_vector_insert.cppD23-Nov-20235.3 KiB12388

test_op_vector_times_scalar.cppD23-Nov-20237.7 KiB178132

types.hppD23-Nov-20235.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