Skip to content
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][ABI-Break] Rename external semaphore destroy to release #14535

Merged

Conversation

Seanst98
Copy link
Contributor

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

… release

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.
@@ -1904,16 +1904,16 @@ the `ext_oneapi_signal_external_semaphore` call complete.
are non-blocking, asynchronous operations.

The user must ensure to destroy all external semaphore objects once they are no
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The user must ensure to destroy all external semaphore objects once they are no
The user must ensure to release all external semaphore objects once they are no

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the wording in the spec as it might cause confusion as to what exactly is being destroyed.

Copy link
Contributor

@JackAKirk JackAKirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ProGTX ProGTX added abi-break change that's breaking abi and waiting for the next window to be able to merge sycl-bindless-images SYCL Bindless Images labels Jul 12, 2024
@Seanst98
Copy link
Contributor Author

@intel/llvm-gatekeepers can we merge this please? The failure in CI is unrelated to this PR.

@sarnex
Copy link
Contributor

sarnex commented Jul 18, 2024

Merging, issue seems like an antivirus problem on the runner, not a source problem and we aren't seeing this anywhere else

@sarnex sarnex merged commit 13c9d0e into intel:sycl Jul 18, 2024
13 of 14 checks passed
@Seanst98 Seanst98 deleted the sean/rename-external-semaphore-release branch July 19, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abi-break change that's breaking abi and waiting for the next window to be able to merge sycl-bindless-images SYCL Bindless Images
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants