-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Bindless][Doc] Rename interop related structs/funcs to external #14444
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][Bindless][Doc] Rename interop related structs/funcs to external #14444
Conversation
… to external Rename related interop structs/funcs with "external" keyword over "interop" to align better with existing structs/funcs and other 3rd party APIs. Remove "handle" keyword from imported external memory/semaphore objects to distinguish between 3rd party external handles and imported external handles.
Corresponding UR PR: oneapi-src/unified-runtime#1819 |
Friendly ping @intel/dpcpp-nativecpu-pi-reviewers @intel/dpcpp-tools-reviewers @intel/llvm-reviewers-cuda @intel/unified-runtime-reviewers @llvm-reviewers-run @konradkusiak97 @KseniyaTikhomirova |
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, thank you
@gmlueck hi, I do not see this in approved ABI breaking change list. Could you please clarify if it is approved? |
Sorry. Completely messed up a merge. Had to undo the review requests it added. Should be fixed now. |
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.
UR lgtm. This patch also pulls in the UR side of changes from #14513, so that PR will need updating.
@intel/llvm-gatekeepers could you please merge this? SYCL E2E failed on AWS CUDA but this seems unrelated to the PR. |
The Intel/llvm changes for this is only test fixes, so we have only included the main feature (UR PR) as part of this PR, but will keep the test fixes to be merged by the original PR as it still need reviews. |
@intel/llvm-gatekeepers I retriggered the runner, this should now be passing all CI, could we merge that ASAP. Thanks! |
@intel/llvm-gatekeepers |
- fix for intel#14444 Signed-off-by: Neil R. Spruit <[email protected]>
…#14872) - fix for #14444 Signed-off-by: Neil R. Spruit <[email protected]>
…intel#14872) - fix for intel#14444 Signed-off-by: Neil R. Spruit <[email protected]>
intel#14444) Rename related interop structs/funcs with "external" keyword over "interop" to align better with existing structs/funcs and other 3rd party APIs. Remove "handle" keyword from imported external memory/semaphore objects to distinguish between 3rd party external handles and imported external handles. --------- Co-authored-by: Sean Stirling <[email protected]> Co-authored-by: chedy.najjar <[email protected]>
Rename related interop structs/funcs with "external" keyword over "interop" to align better with existing structs/funcs and other 3rd party APIs.
Remove "handle" keyword from imported external memory/semaphore objects to distinguish between 3rd party external handles and imported external handles.