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

Reenable FMA in CUDA builds #898

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Reenable FMA in CUDA builds #898

merged 1 commit into from
Dec 16, 2024

Conversation

stephenswat
Copy link
Member

@stephenswat stephenswat commented Dec 8, 2024

This might be controversial, but we're kneecapping the CUDA build by turning off FMA. I think it's high time to turn it back on. Also removes an inaccurate comment, as FMA doesn't have anything to do with fast math; FMA is well specified in IEEE 754-2008.

@stephenswat stephenswat added priority: medium medium priority optimization build Changes related to the build system labels Dec 8, 2024
This might be controversial, but we're kneecapping the CUDA build by
turning off FMA. I think it's high time to turn it back on. Also removes
an inaccurate comment, as FMA doesn't have anything to do with fast
math, as FMA is well specified in IEEE 754-2008.
@stephenswat stephenswat merged commit 813b640 into main Dec 16, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes related to the build system optimization priority: medium medium priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants