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][NFC] Fix write after free in the CommandsWaitForEvents unit test (#2784)
The test used to pass two queues with the same platform to two different
PiMock objects. Since it's the platform object that PiMock modifies, the
changes made by the first PiMock were overwritten by the second one.
0 commit comments