OpenCL-CTS icon indicating copy to clipboard operation
OpenCL-CTS copied to clipboard

Missing CTS coverage for vulkan interoperability with image1d_t, image1d_array_t, image2d_array_t and image3d_t

Open shajder opened this issue 1 year ago • 1 comments

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

shajder avatar Oct 23 '23 09:10 shajder

#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.

joshqti avatar May 20 '24 22:05 joshqti