mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
add missing image support checks to a few SPIR-V tests (#2411)
The tests for new image operands should not run on devices that do not support images.
This commit is contained in:
@@ -29,6 +29,8 @@ REGISTER_TEST(spirv16_image_operand_nontemporal)
|
||||
return TEST_SKIPPED_ITSELF;
|
||||
}
|
||||
|
||||
PASSIVE_REQUIRE_IMAGE_SUPPORT(device);
|
||||
|
||||
cl_int error = CL_SUCCESS;
|
||||
|
||||
clProgramWrapper prog;
|
||||
|
||||
Reference in New Issue
Block a user