-
Notifications
You must be signed in to change notification settings - Fork 802
[SYCL][UR] Implement usm memory pool for hip adapter. #11065
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
6dca98c to
d32aa83
Compare
keryell
left a comment
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 have the impression that there is a lot of opportunity to factorize code between CUDA and HIP implementation, for example by using some C++ mixins.
But obviously outside of the scope of this PR.
Update sycl/plugins/unified_runtime/ur/adapters/hip/usm.cpp Co-authored-by: Ronan Keryell <ronan@keryell.fr>
ee82e77 to
883ab70
Compare
|
Failure in post-commit: @martygrant, could you please fix as soon as possible? Please add a link to the PR with the fix here. |
|
@dm-vodopyanov apologies for that, fix is in #11154 |
Based on intel#10758 Co-authored-by: Ronan Keryell <ronan@keryell.fr>
Based on #10758