mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
03813a9674a9908e04507041ea54ae0ef88322c7
Currently, test_host_queue_order relies on bit accurate float ops. It expects expects that sqrt((float)i * i) == i. This is not always true due to floating point precision limitations. The test does not really need the sqrt operation and it can be removed instead of trying to correct the floating point check. Replace problematic float operation with constant value of 1.
cl21: Fix Issue 264 - travis builds configuration fixed because of changes in icd loader project (#265)
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%