mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
* 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.
276 KiB
276 KiB