Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IEEE 754 rounding modes #73

Open
jglaser opened this issue Nov 28, 2019 · 2 comments
Open

IEEE 754 rounding modes #73

jglaser opened this issue Nov 28, 2019 · 2 comments
Labels
device-libs Related to Device Libraries

Comments

@jglaser
Copy link

jglaser commented Nov 28, 2019

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?

@b-sumner
Copy link

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.

@dgaliffiAMD dgaliffiAMD added the device-libs Related to Device Libraries label May 4, 2024
@lamb-j lamb-j transferred this issue from ROCm/ROCm-Device-Libs May 6, 2024
@b-sumner
Copy link

b-sumner commented May 6, 2024

We could enable some now, but unfortunately not all. Which ones are the most important?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device-libs Related to Device Libraries
Projects
None yet
Development

No branches or pull requests

3 participants