OpenCL-CTS
OpenCL-CTS copied to clipboard
Focused testing of images created with `CL_MEM_COPY_HOST_PTR`
The CTS uses CL_MEM_COPY_HOST_PTR to create images in numerous places but does not include tests focused on testing its correct operation across wide ranges of image formats, dimensions and types. Obvious bugs such as https://github.com/kpet/clvk/pull/612 can go unnoticed in implementations that do pass the CTS.