Skip to content

[SYCL][Graph] Fix unit test multithread finalize bug #11006

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 30, 2023

Conversation

mfrancepillois
Copy link
Contributor

Adds a mutex to prevent races when inserting data into the STL map.

This PR addresses issue #10985
(i.e. it fixes the post-commit CI fail of PR #10964 (https://github.com/intel/llvm/actions/runs/6001360490/job/16275376437)

Adds a mutex to prevent races when inserting data into the STL map.
@mfrancepillois mfrancepillois requested a review from a team as a code owner August 29, 2023 15:39
@reble reble requested review from steffenlarsen and a team August 30, 2023 13:32
@bader bader changed the title [SYCL][Graph] Fixes unitest multithread finalize bug [SYCL][Graph] Fix unit test multithread finalize bug Aug 30, 2023
@bader bader merged commit 4ddb952 into intel:sycl Aug 30, 2023
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.

sycl\unittests\Extensions\.\ExtensionsTests.exe --gtest_filter=MultiThreadGraphTest.Finalize crashed in post-commit
3 participants