mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 14:39:01 +00:00
1a3e19c37e5655f1692376f16f3df442afaa8b49
* Use Version type for cl_khr_spir extension version checks The current method of using `std::find(versions, 1.2f)` is unreliable due to performing a floating point comparison. I.e. on some compiles it will spuriously report that the required version is missing and skip the tests. * Address clang-format failure. * Correct typo.
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%