-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Doc] Update SYCL --offload-arch option. #15497
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][Doc] Update SYCL --offload-arch option. #15497
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.
I see we only have lists with the accepted value for --offload-arch
for Intel devices, should we do the same for third party devices?
For SYCL offloading to Intel CPUs and GPUs, there is a mapping between the accepted values for |
I think that would be helpful for users. |
@gmlueck, please take a look as you were part of the original conversation for these values. |
Adopt LLVM Clang's
--offload-arch
option forSYCL
offloading toIntel GPUs, Intel CPUs, NVidia and AMD GPUs.