Skip to content

libclc: clspv: fma: remove fp16 implementation #135002

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

rjodinchr
Copy link
Contributor

clspv is already handling generation of fp16. This implementation is preventing clspv from making the best choice to use an emulation on top of fp32-fma, or the native fp16-fma, depending on the command-line arguments.

clspv is already handling generation of fp16. This implementation is
preventing clspv from making the best choice to use an emulation on
top of fp32-fma, or the native fp16-fma, depending on the command-line
arguments.
@rjodinchr
Copy link
Contributor Author

@frasercrmck , could you please review, and merge when approved? Thank you 🙏

Copy link
Contributor

@frasercrmck frasercrmck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@frasercrmck frasercrmck merged commit 135a787 into llvm:main Apr 10, 2025
10 checks passed
@rjodinchr rjodinchr deleted the pr/fp16-fma branch April 10, 2025 09:20
var-const pushed a commit to ldionne/llvm-project that referenced this pull request Apr 17, 2025
clspv is already handling generation of fp16. This implementation is
preventing clspv from making the best choice to use an emulation on top
of fp32-fma, or the native fp16-fma, depending on the command-line
arguments.
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.

2 participants