mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 23:09:01 +00:00
0424fc7f1214db678c86107b728d3731ed3f7476
* 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
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%