-
Notifications
You must be signed in to change notification settings - Fork 116
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][HIP] Implement mem_advise for HIP #1027
Conversation
Related intel/llvm PR: intel/llvm#10697 |
I just remembered that this is not consistent with the change to the spec made here: https://github.com/oneapi-src/unified-runtime/pull/854/files See how the cuda behaviour has been changed here: #989 I think the behaviour should at least be consistent across adapters. |
@JackAKirk Good catch. This PR was moved from intel/llvm where it was open for a while so I kinda missed the UR-spec related changes. Will update, thanks for spotting this. |
no worries, otherwise LGTM. |
I have updated the target branch of this PR from the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1027 +/- ##
=======================================
Coverage 15.70% 15.70%
=======================================
Files 223 223
Lines 31518 31518
Branches 3556 3556
=======================================
Hits 4951 4951
Misses 26516 26516
Partials 51 51 ☔ View full report in Codecov by Sentry. |
…t and ignore flags
5a4806f
to
c10968f
Compare
@GeorgeWeb FYI I rebased this on top of main to clean up the history aiming to merge this next. |
Adds initial implementation for mem_advise to the HIP adapter.