Skip to content

[libclc] Move native_(exp10|powr|tan) to CLC library #134080

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

Conversation

frasercrmck
Copy link
Contributor

These are the three remaining native builtins not yet ported.

There are elementwise versions of exp10 and tan which correspond to the intrinsics, which may be preferable to the current versions which route through other native builtins. Those could be changed in a follow-up if desired.

These are the three remaining native builtins not yet ported.

There are elementwise versions of exp10 and tan which correspond to the
intrinsics, which may be preferable to the current versions which route
through other native builtins. Those could be changed in a follow-up if
desired.
@frasercrmck frasercrmck added the libclc libclc OpenCL library label Apr 2, 2025
@frasercrmck frasercrmck requested a review from arsenm April 2, 2025 13:15
@frasercrmck frasercrmck merged commit ddc48fe into llvm:main Apr 2, 2025
11 checks passed
@frasercrmck frasercrmck deleted the libclc-clc-native-exp10-tan-powr branch April 2, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libclc libclc OpenCL library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants