Skip to content

[SYCL] Guard access to the event object with a mutex #5230

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

Closed
wants to merge 2 commits into from

Conversation

againull
Copy link
Contributor

No description provided.

Event is retained explicitely when created to ensure that the event is
not destroyed before it is really signalled. It is release in
Event->cleanup after event is singalled. This means that if reference
count for an event is zero then cleanup was already called for this
event and is not going to be called anymore.
@againull againull changed the title [SYCL] Guard access to the platform object with a mutex [SYCL] Guard access to the event object with a mutex Dec 27, 2021
@againull
Copy link
Contributor Author

againull commented Jun 2, 2022

Replaced with #6230

@againull againull closed this Jun 2, 2022
@againull againull deleted the event_mutex branch December 3, 2022 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant