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
Add tile_inclusive_scan and tile_exclusive_scan. They should work similar to tile_sum but should not return just 1 sum value but return the full cumulative sum. Either the inclusive or exclusive cumulative sum depending on the method.
Context
Required for load balancing across threads when inhomogeneous work loads arise, e. g. in sweep and prune broad phase code.