-
Notifications
You must be signed in to change notification settings - Fork 124
[UR] Add extra param to urMemGetNativeHandle #1226
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
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1226 +/- ##
==========================================
- Coverage 15.44% 15.44% -0.01%
==========================================
Files 239 239
Lines 33961 33970 +9
Branches 3757 3758 +1
==========================================
Hits 5246 5246
- Misses 28664 28673 +9
Partials 51 51 ☔ View full report in Codecov by Sentry. |
453025b
to
2910cd4
Compare
Gentle ping @GeorgeWeb @oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-level-zero-write @oneapi-src/unified-runtime-opencl-write Would be great to get some reviews |
This PR is blocking the following two PRs on oneMKL as all the buffer tests (with Logs: |
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.
HIP and CUDA adapters changes look good to me.
See my inline comment regarding the new return code in the hip-nvidia path of the entry point, which is not a blocker, but I'd like to see your view on it.
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.
Your commit messages lack any info into what parameter is added and why. Please include context so future you can actually understand motivation
f88620c
to
a52551e
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.
Native CPU lgtm
a63c1e2
to
27f573e
Compare
@ldrumm Have changed the commit message |
27f573e
to
e141d9e
Compare
Not any more! Thanks and LGTM |
d78d75f
to
5c6b4ba
Compare
Friendly ping @oneapi-src/unified-runtime-level-zero-write |
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 for level-zero
5c6b4ba
to
abf316e
Compare
e4d9bfc
to
5efcda5
Compare
c76662b
to
2357fbc
Compare
#12297) We want to change the signature of `piMemGetNativeHandle` for reasons explained here oneapi-src/unified-runtime#1199 Corresponding UR PR: oneapi-src/unified-runtime#1226 A previous PR added a new entry point #12199 but it was decided that it is better to modify the existing entry point
Add an extra param to
urMemGetNativeHandle
as suggested here #1199 (comment)