mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-20 19:04:58 -07:00
p2r2: reslice per-lane work; bucket subsets of units by record count, rather than assigning units to lanes
This commit is contained in:
@@ -85,8 +85,11 @@ tctx_set_lane_ctx(LaneCtx lane_ctx)
|
||||
internal void
|
||||
tctx_lane_barrier_wait(void)
|
||||
{
|
||||
ProfBeginFunction();
|
||||
ProfColor(0xff0000ff);
|
||||
TCTX *tctx = tctx_selected();
|
||||
os_barrier_wait(tctx->lane_ctx.barrier);
|
||||
ProfEnd();
|
||||
}
|
||||
|
||||
internal Rng1U64
|
||||
|
||||
Reference in New Issue
Block a user