llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][E2E] Add non-zero "delta" for `degrees`/`radians` tests

Open aelovikov-intel opened this issue 1 year ago • 0 comments

We've observed some failures due to produced results being not exact 180/M_PI, e.g. due to the use of FMA instructions. half versions of the test cases already used a delta to perform comparison, use the same for float/double.

aelovikov-intel avatar Aug 28 '24 22:08 aelovikov-intel