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
docs(spill): correct the wall cost, separate measured RSS from modelled
The ladder table and the tier table gave different numbers for the same
k=28 compact config — 11.29 -> 4.24 GiB against 12.44 -> 5.33 — with
nothing saying why. They measure different things: the ladder is peak
RSS, the tier table is the modelled unswappable peak that
`--max-host-ram` actually bounds. Both are now labelled, and the tier
table carries an RSS column so the gap is visible rather than
contradictory. `minimal` is the case that needs it: 9.19 GiB of RSS is
6.35 unswappable plus the 3.05 mapping.
Wall cost was 9.71 -> 13.94 s/plot (~44%); it now measures 9.6 -> 12.6
(~31%, mean of 3) on the same card, partly because the drain-slot fix
removes two 2.03 GiB pinned allocations.
Adds the CPU-reference recipe: `test` without --gpu-all runs pos2-chip's
own plotter, so the same plot built both ways must be byte-identical.
That is the check that covers the streaming tiers and the disk-offload
end to end, and nothing in the docs mentioned it. Verified verbatim.
Also reorders the notes to match the SYCL branch — real disk, free space,
traffic, what --max-host-ram bounds, unlinked files — so the two READMEs
can be read side by side.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments