-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
sycl: initial cmake support of SYCL for AMD GPUs #9658
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.
LGTM. I would only suggest to add a comment/description on the gfx/arch or devices tested. Thank you!
Looks good. Could we describe the AMD support in the SYCL README? |
5d80dd5
to
b435fc5
Compare
@joeatodd I´ve added the documentation for the backend. |
b435fc5
to
0617335
Compare
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.
Thanks for the docs!
sycl: initial cmake support of SYCL for AMD GPUs
sycl: initial cmake support of SYCL for AMD GPUs
sycl: initial cmake support of SYCL for AMD GPUs
The SYCL backend can be run in AMD GPUs as well as long as the
sub_group_size
(i.e. WARP_SIZE) is either 16 or 32.This PR gives initial support to compile on AMD GPUs. Since the backend does not provide full support, I don't think it's good to update the documentation until it is improved.