OpenCL-CTS
OpenCL-CTS copied to clipboard
Missing CTS coverage for vulkan interoperability with image1d_t, image1d_array_t, image2d_array_t and image3d_t
In test_vulkan_interop_image.cpp
we have vulkan
interoperability coverage for image2d_t
, there is lack of support for:
-
image1d_t
-
image1d_array_t
-
image2d_array_t
-
image3d_t
#1887 is a good start, but is not sufficient to fully close the testing gap for 2D image arrays. We need functional testing where data is read/written to image arrays by OpenCL and Vulkan.