p2r2: reslice per-lane work; bucket subsets of units by record count, rather than assigning units to lanes

This commit is contained in:
Ryan Fleury
2025-08-18 15:24:25 -07:00
parent 55f21018df
commit 0fa45fe71b
4 changed files with 372 additions and 266 deletions
+3
View File
@@ -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