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
[NATIVECPU][UR] added mutex to backend queue (#18923)
Before this PR one thread could add new events to the queue while
another removes events, both modifying and potentially corrupting
NativeCPU queue::events. This PR adds a mutex to the NativeCPU queue
handle to prevent this potential corruption.
Aims to at least fix: `SYCL/HostInteropTask/host-task-two-queues.cpp`
0 commit comments