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
This fixes an infinite recursion in sqrt for codegen backends that
implement intrinsics like simd_fsqrt by calling sqrt on every element of
the vector.
0 commit comments