Skip to content

[SYCL][Graph] Remove exec_graph_impl mutex lock in the destructor of this object #302

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

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

mfrancepillois
Copy link
Collaborator

The way exec_graph_impl is used and C++ semantic prevent concurrent access the destructor of this object.

…this object

The way exec_graph_impl is used and the C++ semantic prevent concurrent access the destructor of this object.
@mfrancepillois mfrancepillois added Graph Implementation Related to DPC++ implementation and testing cherry-pick labels Aug 18, 2023
@mfrancepillois mfrancepillois merged commit d9e4eb4 into sycl-graph-bugfix-3 Aug 21, 2023
@mfrancepillois mfrancepillois deleted the maxime/thread_safe_destructor branch August 21, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick Graph Implementation Related to DPC++ implementation and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants