-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][HIP] add missing nearbyint and rint #16373
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
I would leave review (and set my +1 after) to @jinge90 since libdevice is out of SYCL RT expertise |
@intel/llvm-reviewers-runtime, should we fix the CODEOWNERS file? I would also review this change with the @MartinWehking, who added NVIDIA and AMD GPU support to libdevice. |
Thank you for the links. I have a question. Is there fp64 ? |
sorry, it's added now. |
No problem. Thanks. |
Please rerun the CI, :D |
Yes, but I don't know who the owners should be... @jinge90 , can you make a PR for that? |
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.
Formal approval based on @jinge90 's +1.
Failed to compile OneDNN using DPCPP on AMD with sycl because the code here that will run on the device actually calls
nearbyintf
here , butnearbyintf
lacks a symbolic definition.Same solution as #11177 but go straight to the
__ocml
symbols