randomllama commited on
Commit
00d52e8
Β·
verified Β·
1 Parent(s): 7a53d78

sync: latest measured numbers

Browse files
Files changed (1) hide show
  1. LADDER.md +23 -0
LADDER.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Optimization ladder β€” GLM-5.3-Flash + DFlash2, 2Γ— DGX Spark (GB10), SGLang TP=2
2
+
3
+ All numbers: warmed, temp 0, stream:false, 800 max_tokens, n=5 medians, stock clocks,
4
+ code-1/prose-1 prompts as in RESULTS.md. Keep rule: beats incumbent code median with the
5
+ 19Γ—21 gate + token-0 collapse scan passing.
6
+
7
+ ## Round 1 (autonomous, night of 2026-08-27β†’28)
8
+ | rung | change | code | prose | verdict |
9
+ |---|---|---|---|---|
10
+ | first light | β€” | 27.6 | 20.7 | baseline |
11
+ | L2 | flashinfer autotune ON (+`--enable-metrics`) | **28.4** (26.9–29.8) | 20.6 | **KEPT** |
12
+ | L3 | + fp8 draft KV | 27.0 (23.9–28.4) | 20.7 | reverted β€” convert overhead exceeds bandwidth saved on a ~2 GB drafter cache |
13
+ | L4 | + fp8 target KV | β€” | β€” | **BOOT FAILED in 64 s**; failure logs lost to teardown (ladder now saves them); autopsy queued round 2 |
14
+ | 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** |
15
+
16
+ Round-1 net: +3% code. The big lever (fp8 target KV) is blocked, not disproven.
17
+
18
+ ## Round 2 (in progress)
19
+ - **L1 per-shape tilelang tiles**: round-1 image shrank ALL DSA kernels to the GB10 tile;
20
+ only the 8-token verify shape needed it. Reverting decode-path kernels to stock
21
+ (block_I=64/num_stages=2/threads=256), verify-shape kernel stays small.
22
+ - L4 autopsy with log capture before teardown.
23
+ - Draft-token sweep 8/6/4.