[SYCL][HIP][CUDA] Use new version of piMemGetNativeHandle and add test#12297
[SYCL][HIP][CUDA] Use new version of piMemGetNativeHandle and add test#12297ldrumm merged 9 commits intointel:syclfrom
Conversation
|
Lint failing because of #12199 (comment) |
|
Converting to draft while UR changes are still in flight. |
|
This PR is blocking the following two PRs on oneMKL as all the buffer tests (with accessor interop) are failing for the rocblas backend with PI_ERROR_INVALID_OPERATION. Logs: |
037bbf6 to
eb331f1
Compare
|
Friendly ping @intel/dpcpp-nativecpu-pi-reviewers @intel/unified-runtime-reviewers |
|
oneapi-src/unified-runtime#1226 needs to merged and the UR tag updated before the UR changes can be approved. |
|
OK sure. I will add the |
PietroGhg
left a comment
There was a problem hiding this comment.
Native CPU lgtm, thank you
|
@kbenzie is it not worth reviewing this before oneapi-src/unified-runtime#1226 is merged? oneapi-src/unified-runtime#1226 is an ABI breaking change so once it is merged, this should be merged immediately. |
594a185 to
b68761c
Compare
b68761c to
0c9cf59
Compare
|
@intel/llvm-reviewers-cuda @intel/llvm-reviewers-runtime please review |
Co-authored-by: ldrumm <ldrumm@rtps.co>
|
✅ With the latest revision this PR passed the C/C++ code formatter. |
Add a comment describing what test4 does and change assert(0) to exit(1) in check helper and also fix clang-format
db726dd to
32f957c
Compare
Remove some redundant parts of test and add descriptive names
|
@ldrumm do these changes address your concerns? |
Co-authored-by: ldrumm <ldrumm@rtps.co>
|
@ldrumm I actually had forgotten to push to the remote last night before finishing. I have just done so and your changes should all have been made. Let me know what you think |
|
@intel/llvm-reviewers-runtime would really appriciate getting this reviewed ASAP as this is holding up other UR changes. |
Thanks. This looks good. |
|
@intel/llvm-gatekeepers please merge |
We want to change the signature of
piMemGetNativeHandlefor reasons explained here oneapi-src/unified-runtime#1199Corresponding 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