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
I noticed that __fsub_add_ru and friends are not supported in HIP, because they were disabled in the device-lib a while ago. What would it take to re-enable IEEE 754 rounding modes (up/down) for single precision floats again?
The text was updated successfully, but these errors were encountered:
To start with, a lot of work on LLVM whose IR cannot currently describe non-default-rounded operations. Then additional work on the AMDGPU target to support the updated IR.
I noticed that
__fsub_add_ru
and friends are not supported in HIP, because they were disabled in the device-lib a while ago. What would it take to re-enable IEEE 754 rounding modes (up/down) for single precision floats again?The text was updated successfully, but these errors were encountered: