-
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
[Bindless][Exp] Rename external semaphore destroy func to release #1855
[Bindless][Exp] Rename external semaphore destroy func to release #1855
Conversation
e7e465f
to
60eb35f
Compare
Friendly ping @oneapi-src/unified-runtime-native-cpu-write, @oneapi-src/unified-runtime-opencl-write, @oneapi-src/unified-runtime-cuda-write, @npmiller. Thanks! |
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
Friendly ping @oneapi-src/unified-runtime-opencl-write, @oneapi-src/unified-runtime-cuda-write, and @npmiller for reviews. We'd like to get this in for the ABI-Break window. Thanks! |
Rename function urBindlessImagesDestroyExternalSemaphoreExp to urBindlessImagesReleaseExternalSemaphoreExp. This name change is to clarify exactly what is happening to the external semaphore. That is, it is being released not destroyed.
60eb35f
to
037d3b5
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.
CUDA and HIP changes LGTM
…l-semaphore-release"" This reverts commit b26e53c.
… release (#14535) Rename function destroy_external_semaphore to release_external_semaphore. This name change is to clarify exactly what is happening to the external semaphore. That is, it is being released not destroyed. Corresponding UR PR: oneapi-src/unified-runtime#1855
Rename function urBindlessImagesDestroyExternalSemaphoreExp to urBindlessImagesReleaseExternalSemaphoreExp.
This name change is to clarify exactly what is happening to the external semaphore. That is, it is being released not destroyed.
Corresponding DPC++ PR: intel/llvm#14535