[UR] Add extra param to urMemGetNativeHandle#1226
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: |
GeorgeWeb
left a comment
There was a problem hiding this comment.
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.
ldrumm
left a comment
There was a problem hiding this comment.
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
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 |
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
urMemGetNativeHandleas suggested here #1199 (comment)