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

device_properties: nvidia: remove fma #755

Closed
wants to merge 1 commit into from

Conversation

rjodinchr
Copy link
Contributor

Since clspv optimisation to generate fma instead of fmul+fadd (google/clspv@c4f91b9) the erf test is failing on nvidia (as it is using fma) in google infra.
Do not use native fma on nvidia to allow that platform to stay compliant.

Since clspv optimisation to generate fma instead of
fmul+fadd (google/clspv@c4f91b9)
the erf test is failing on nvidia (as it is using fma) in google
infra.
Do not use native fma on nvidia to allow that platform to stay
compliant.
@rjodinchr
Copy link
Contributor Author

Let's just change the condition for that mad->FMA optimisation: google/clspv#1441

@rjodinchr rjodinchr closed this Jan 17, 2025
@rjodinchr rjodinchr deleted the pr/nvidia-fma branch January 17, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant