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
Before this PR, precise sqrt is lowered to `__imf_sqrtf`, which is not
precise.
`__imf_sqrt_rn` is added in the new device library updated in
#2774.
This PR uses `__imf_sqrt_rn` to get the precise sqrt implemented.
---------
Signed-off-by: Whitney Tsang <[email protected]>
0 commit comments