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
Test math mode via __FAST_MATH__ instead of exp(-inf)
exp(-inf) agrees across math modes, so the old test passed regardless
of the selected mode. Branch on the Metal compiler's __FAST_MATH__ macro
instead, which is only defined under fast math, so the test fails if the
math mode is not forwarded to the compiler. Reuse one kernel name across
modes to exercise the library-cache rebuild path.
0 commit comments