You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Fix hang in deallocateStreams function (#2796)
This patch fixes hang caused by data race in `scheduler.cpp`'s
`deallocateStreams` function: data of `StreamsToDeallocate` vector is
corrupted by another thread, and due to this, it was a hang in
`Scheduler::deallocateStreamBuffers` function when
`StreamBuffersPool[Impl]` had been being deleted.
0 commit comments