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
Move event resets from SignalCommandList to ComputeCommandList
Moves the call to event reset for the WaitEvent and AllResetEvent
to the ComputeCommandList.
This fixes a potential race condition where, if the SignalCommandList
executes before the ComputeCommandList, the WaitEvent could be reset
before the ComputeCommandList can wait on it and, consequently,
create a deadlock.
0 commit comments