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
The current FMAs have been reduced to nothing but x * y + z. These need to be redone. We should also have a unchecked_fma for use in our implementations where we don't need to have the non-finite values checked a million times.
The text was updated successfully, but these errors were encountered:
The current FMAs have been reduced to nothing but
x * y + z
. These need to be redone. We should also have aunchecked_fma
for use in our implementations where we don't need to have the non-finite values checked a million times.The text was updated successfully, but these errors were encountered: