Files
OpenCL-CTS/test_conformance
Ahmed 4c54ecbd1f Fix printf vector for RTZ devices (#2459)
The failure is :

7)testing printf("%.1v4hla",(0.25f,0.5f,1.f,1.5f))
verifyOutputBuffer failed with kernel:
__kernel void test14(void)
{
float4 tmp = (float4)(0.25f,0.5f,1.f,1.5f); printf("%.1v4hla\n",tmp);}
 expected: 0x1p-2,0x1p-1,0x1p+0,0x1.8p+0
 got: 0x1.0p-2,0x1.0p-1,0x1.0p+0,0x1.8p+0

%.1 requires 1 decimal.
2025-08-05 09:19:37 -07:00
..
2025-07-15 16:36:49 -07:00