-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][LIBCLC] Add sqrt for doubles for amdgcn-amdhsa #4223
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to add sqrt for fp16 as well?
Good point, I'll add it as well, it's just that I ran into an application using the double variant. |
Considering that typical built-in implementation for amdgcn-amdhsa target is a simple wrapper around a compiler built-in, adding implementation for all the types seems like a good rule to follow. |
So I was testing this a bit further and the current change actually breaks the build, adding This is because the default build, builds for the So we should probably leave out the |
85e412a
to
672fb14
Compare
I just forced pushed to remove the commit adding the |
No description provided.