Files
OpenCL-CTS/test_conformance
Alastair Murray 1a3e19c37e Use Version type for cl_khr_spir extension version checks (#953)
* 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.
2020-09-22 21:49:13 +01:00
..
2020-09-15 11:19:20 +01:00
2020-05-20 14:16:19 +01:00
2020-05-20 14:16:19 +01:00
2020-07-23 17:21:07 +01:00
2020-05-20 14:16:19 +01:00
2020-07-23 17:21:07 +01:00
2020-05-20 14:16:19 +01:00
2020-07-23 17:21:07 +01:00
2019-07-31 16:00:45 +01:00