Optimization ladder β GLM-5.3-Flash + DFlash2, 2Γ DGX Spark (GB10), SGLang TP=2
All numbers: warmed, temp 0, stream:false, 800 max_tokens, n=5 medians, stock clocks, code-1/prose-1 prompts as in RESULTS.md. Keep rule: beats incumbent code median with the 19Γ21 gate + token-0 collapse scan passing.
Round 1 (autonomous, night of 2026-08-27β28)
| rung | change | code | prose | verdict |
|---|---|---|---|---|
| first light | β | 27.6 | 20.7 | baseline |
| L2 | flashinfer autotune ON (+--enable-metrics) |
28.4 (26.9β29.8) | 20.6 | KEPT |
| L3 | + fp8 draft KV | 27.0 (23.9β28.4) | 20.7 | reverted β convert overhead exceeds bandwidth saved on a ~2 GB drafter cache |
| L4 | + fp8 target KV | β | β | BOOT FAILED in 64 s; failure logs lost to teardown (ladder now saves them); autopsy queued round 2 |
| L5 | ctx 131072, max-total 262144 | 28.0 (27.6β30.8) | 21.3 | reverted by keep-rule β but note: 2Γ context for β1.4% code speed; worth keeping for serving. Operator's call. Confound: carried L3's fp8-draft-KV flag |
Round-1 net: +3% code. The big lever (fp8 target KV) is blocked, not disproven.
Round 2
| rung | change | code | prose | verdict |
|---|---|---|---|---|
| L1v2 | decode+v1 kernels stock tiles | β | β | BOOT FAILED, same 169,984 B smem error β sparse_attention_fwd_kernel_v1 is in the verify path and must stay small |
| L1v3 | only sparse_mla_fwd_decode_partial stock |
28.5 (25.7β33.2) | 20.2 | kept (wash) β finding: the GB10 small tile is ~free; tile geometry is not the bottleneck |
Kernel tile map for sm_121 (measured): qo_len multi-token kernel β small tile REQUIRED;
sparse_attention_fwd_kernel_v1 β small tile REQUIRED (verify path); sparse_mla_fwd_decode_partial
β either (no measurable difference).
| D6 | speculative-num-draft-tokens 8β6 | 29.7 (27.2β31.0) | 21.5 (20.4β23.4) | KEPT β new incumbent. Shorter draft block wastes less verify on doomed tokens at our acceptance profile |
Cumulative: 27.6 β 29.7 code (+7.6%) since first light.
| L4v2 | fp8 target KV (tilelang DSA) | β | β | CLOSED: architecturally unsupported β SGLang raises tilelang DSA ... on CUDA requires a bfloat16 KV cache at arg resolution. Round-1's 64s death explained |
| L4v3 | trtllm DSA backends + fp8 KV | β | β | DIED: TllmGenFmhaRunner: Unsupported arch β trtllm FMHA does not support sm_121 |
fp8 target KV verdict on GB10 + SGLang + GLM-5.3: impossible on this stack today. tilelang forbids it on CUDA by upstream policy; trtllm kernels don't build for the chip. (vLLM reached fp8 KV on GB10 only via hand-patched CTA tile caps β see tonyd2wild's recipe.)
In progress: D=4 draft-token test (last cheap experiment), then closeout: final G6 matrix + staged morning update.