mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
add SPIR-V 1.4 testing for no integer wrap decorations (#2041)
This PR adds targeted testing for SPIR-V 1.4 features. Specifically, this PR adds testing for the NoSignedWrap and NoUnsignedWrap decorations. We can reuse large parts of the testing for the `cl_khr_spirv_no_integer_wrap_decoration` extension to test the SPIR-V 1.4 feature.
This commit is contained in:
@@ -4,10 +4,10 @@ set(${MODULE_NAME}_SOURCES
|
||||
main.cpp
|
||||
test_basic_versions.cpp
|
||||
test_cl_khr_expect_assume.cpp
|
||||
test_cl_khr_spirv_no_integer_wrap_decoration.cpp
|
||||
test_decorate.cpp
|
||||
test_get_program_il.cpp
|
||||
test_linkage.cpp
|
||||
test_no_integer_wrap_decoration.cpp
|
||||
test_op_atomic.cpp
|
||||
test_op_branch_conditional.cpp
|
||||
test_op_branch.cpp
|
||||
|
||||
Reference in New Issue
Block a user