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 acquiring a mutex in _pi_context::finalize (#3001)
I observed crashes in ESIMD tests at the exit of _pi_context::finalize
function. Unlocking not owned mutex is Undefined Behavior.
Crashes occurred only on Debug builds on Windows platforms when using
LevelZero. I saw the following error: "unlock of unowned mutex".
0 commit comments