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
Are you considering smaller local queues for threads to reduce contention in the normal case? If their local is exhausted pull from others/master queue? If atomics are local to the queue they should complete very quickly (because zero contention except for task insertion).
Potential reduce contention. Given current use of atomics for queue modification is open question as to the performance impact.
The text was updated successfully, but these errors were encountered: