mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
* skip test cases rather than fail without cl_khr_3d_image_writes cl_khr_3d_image_writes is required for OpenCL 2.x devices, but is not required for OpenCL 1.x or OpenCL 3.0 devices. A check for the presence of the extension on OpenCL 2.x devices already exists in test_min_max_device_version, so we don't need any failure conditions here, and can just skip tests if the extension is not supported. * clang-format changes