You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Add non-zero "delta" for degrees/radians tests (#15217)
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`.
0 commit comments