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
[UR][L0] Move async pool cleanup after queue sync (#18331)
In a scenario where the AsyncPool freelist contains an entry tied to a
free event that hasn't completed yet, performing freelist cleanup before
queue sync can result in freeing memory that's actively in use.
0 commit comments