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] Disable fast math in marray_geometric and math_vectorized_isgreater_test (#15281)
Very much the same as #15223
* `marray_geometric` - golden values against delta, which in fast math
mode is not accurate enough,
* `math_cectorized_isgreater_test` - uses compiler builtins
(`__builtin_isgreaterequal`, `__builtin_isgreater`), when combined with
fast math mode all bets are off.
0 commit comments