You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
spirv_asm v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
README.txt v811_spc009_project 4 months ago
assemble_spirv.py v811_spc009_project 4 months ago
main.cpp v811_spc009_project 4 months ago
procs.h v811_spc009_project 4 months ago
testBase.h v811_spc009_project 4 months ago
test_cl_khr_spirv_no_integer_wrap_decoration.cpp v811_spc009_project 4 months ago
test_decorate.cpp v811_spc009_project 4 months ago
test_get_program_il.cpp v811_spc009_project 4 months ago
test_linkage.cpp v811_spc009_project 4 months ago
test_op_atomic.cpp v811_spc009_project 4 months ago
test_op_branch.cpp v811_spc009_project 4 months ago
test_op_branch_conditional.cpp v811_spc009_project 4 months ago
test_op_composite_construct.cpp v811_spc009_project 4 months ago
test_op_constant.cpp v811_spc009_project 4 months ago
test_op_copy_object.cpp v811_spc009_project 4 months ago
test_op_fmath.cpp v811_spc009_project 4 months ago
test_op_function.cpp v811_spc009_project 4 months ago
test_op_lifetime.cpp v811_spc009_project 4 months ago
test_op_loop_merge.cpp v811_spc009_project 4 months ago
test_op_negate.cpp v811_spc009_project 4 months ago
test_op_opaque.cpp v811_spc009_project 4 months ago
test_op_phi.cpp v811_spc009_project 4 months ago
test_op_selection_merge.cpp v811_spc009_project 4 months ago
test_op_spec_constant.cpp v811_spc009_project 4 months ago
test_op_undef.cpp v811_spc009_project 4 months ago
test_op_vector_extract.cpp v811_spc009_project 4 months ago
test_op_vector_insert.cpp v811_spc009_project 4 months ago
test_op_vector_times_scalar.cpp v811_spc009_project 4 months ago
types.hpp v811_spc009_project 4 months ago

README.txt

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]
```