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
Spec: .agents/specs/dflash2-async-spec-sampler.md, wave A2-5 — "flip the veto, and only here. The flip is one line at two sites; every wave above exists so that line is safe."
Why it is justified now, and why the arithmetic changed
The row's target was mis-stated and is now corrected. The evidence gives ours 14.914 vs vLLM 16.323 tok/s — a 9.45% throughput gap, not the 11.1% per-step-time ratio quoted earlier. Those differ because we accept MORE per step (4.358 vs 4.295 mean acceptance length), so a slightly longer step still wins on tokens/second.
throughput gap to close
9.45%
step-time reduction that achieves it at our acceptance
The known levers suffice. Idle is the largest single one at 3.99%, and A2-5 is the wave that captures it. Recorded in .agents/benchmark-record.md at 987b74ca6, with the five figures that did not reproduce from the evidence named there.
Every blocker is landed
A2-1 (e64f00560) — the draft-aware combine and its G2 instrument.
A2-2 (7be09d9f3) — device-resident verify; the accept walk's D2H moved to a copy queue.
A2-3 (03736b2fe) — device-resident propose; the draft buffer the combine reads.
A2-4 (4269469da) — the propose reads committed ids where they live. The committed_ids_on_host refusal is DELETED, not bypassed: DownloadCommittedIds runs unconditionally outside every write-back branch. This is what made the veto liftable.
What is asked
Lift the veto at both GPUModelRunner construction sites, and only that. Every wave above exists so this line is safe.
G4 is RUN: 96.01% busy node mode, 96.53% graph mode, recorded at 987b74ca6.
Hazards, all of which this row has paid for
Reason A has been armed twice and disarmed twice. A2-3 re-armed it by passing cu_num_logits = nullptr from both CUDA arms, which drives logits_start to query_end - 1 — the last draft slot on a verify step. Lifting the veto is exactly what makes such a defect live, and it is invisible to every token gate because verify is lossless and only acceptance moves. Check both CUDA arms pass the real cu_num_logits before flipping anything.
Gates that measure nothing. Three separate A2-3 reviews each found a guarantee no test could red.
The emit-count discriminator is not a committed gate, because reaching the pre-repair shape needed the veto deleted. Once the veto is lifted, that discriminator becomes constructible — and it is the instrument that separates a correct combine from reason A.
What this wave may not claim
No throughput result until G3 is measured. The 10.06% is a perfect-case ceiling against our own wall, not a measured gain, and RECORDED, no floor declared is not a pass.
Row:
SPEC-DFLASH2Spec:
.agents/specs/dflash2-async-spec-sampler.md, wave A2-5 — "flip the veto, and only here. The flip is one line at two sites; every wave above exists so that line is safe."Why it is justified now, and why the arithmetic changed
The row's target was mis-stated and is now corrected. The evidence gives ours 14.914 vs vLLM 16.323 tok/s — a 9.45% throughput gap, not the 11.1% per-step-time ratio quoted earlier. Those differ because we accept MORE per step (4.358 vs 4.295 mean acceptance length), so a slightly longer step still wins on tokens/second.
The known levers suffice. Idle is the largest single one at 3.99%, and A2-5 is the wave that captures it. Recorded in
.agents/benchmark-record.mdat987b74ca6, with the five figures that did not reproduce from the evidence named there.Every blocker is landed
e64f00560) — the draft-aware combine and its G2 instrument.7be09d9f3) — device-resident verify; the accept walk's D2H moved to a copy queue.03736b2fe) — device-resident propose; the draft buffer the combine reads.18157e04a) — the async decode arm proposes, so a spec engine's first step no longer drafts nothing.4269469da) — the propose reads committed ids where they live. Thecommitted_ids_on_hostrefusal is DELETED, not bypassed:DownloadCommittedIdsruns unconditionally outside every write-back branch. This is what made the veto liftable.What is asked
Lift the veto at both
GPUModelRunnerconstruction sites, and only that. Every wave above exists so this line is safe.The gates this wave owes, from the spec
rclease, against the same binary withVT_ASYNC_RUNNER=0. Spread at c=8 is about 5.9% and at c=1 about 1.6%, so a delta under the floor is reported as under the floor and never as a ratio.987b74ca6.Hazards, all of which this row has paid for
cu_num_logits = nullptrfrom both CUDA arms, which driveslogits_starttoquery_end - 1— the last draft slot on a verify step. Lifting the veto is exactly what makes such a defect live, and it is invisible to every token gate because verify is lossless and only acceptance moves. Check both CUDA arms pass the realcu_num_logitsbefore flipping anything.num_reqs == 1(device_token_ids is advisory: a forward that ignores it is handed stale ids instead of being refused #2710).What this wave may not claim
No throughput result until G3 is measured. The 10.06% is a perfect-case ceiling against our own wall, not a measured gain, and
RECORDED, no floor declaredis not a pass.