-
Notifications
You must be signed in to change notification settings - Fork 801
[SYCL][HIP] Port HIP plugin to Unified Runtime #9617
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
422daee to
c1e45e1
Compare
c1e45e1 to
56f738c
Compare
56f738c to
2a80de4
Compare
2a80de4 to
8f41131
Compare
dad9fa1 to
d4c1c7b
Compare
|
looks good. |
d4c1c7b to
749f507
Compare
749f507 to
e54fb7a
Compare
e54fb7a to
40bd3af
Compare
|
@jandres742 I think we might only need your approval on this PR before its ready to merge. |
Looks good on my side. another adapter :), great! |
|
@intel/llvm-gatekeepers could this be merged when possible. |
@steffenlarsen seems like this may have slipped through the cracks yesterday, perhaps you can help us out? |
fixes a post commit failure for hip porting [PR](#9617) Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com>
This moves the HIP plugin implementation to Unified Runtime; and changes the pi_hip plugin to use pi2ur to implement PI. The changes to the implementation have been kept to a minimum and should be functionally the same. Documentation and comments have been moved verbatim, other than changing PI references to UR. This PR is based on top of the CUDA adapter (intel#9512) so will only be ready when that is merged. --------- Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com> Co-authored-by: Petr Vesely <veselypeta@gmail.com> Co-authored-by: Callum Fare <callum@codeplay.com> Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
fixes a post commit failure for hip porting [PR](intel#9617) Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com>
fixes a post commit failure for hip porting [PR](intel/llvm#9617) Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com>
fixes a post commit failure for hip porting [PR](intel/llvm#9617) Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com>
This moves the HIP plugin implementation to Unified Runtime; and changes the pi_hip plugin to use pi2ur to implement PI. The changes to the implementation have been kept to a minimum and should be functionally the same. Documentation and comments have been moved verbatim, other than changing PI references to UR.
This PR is based on top of the CUDA adapter (#9512) so will only be ready when that is merged.