Atomics
Closed this issue · 0 comments
MilchRatchet commented
The current atomics use is superflous. We can either keep track of finished tasks in a kernel and then perform just one atomic call or we could simply schedule kernels for the maximum number of iterations regardless of whether we are done before that or not.