add SPIR-V 1.6 testing for Nontemporal Image Operand (#2249)

Adds a basic test for reading from and writing to an image with the
optional Nontemporal image operand.
This commit is contained in:
Ben Ashbaugh
2025-02-18 09:10:09 -08:00
committed by GitHub
parent 9b247c06be
commit 9c5999bc1d
4 changed files with 145 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ set(${MODULE_NAME}_SOURCES
test_op_vector_times_scalar.cpp
test_spirv_14.cpp
test_spirv_15.cpp
test_spirv_16.cpp
)
set(TEST_HARNESS_SOURCES