Commit 165d625
KLAUD_DEBUG: B300 is sm_103 (not sm_120) + cross-link upstream issue (#1479)
Two corrections to §4 (B300 sglang v0.5.12 regressions):
1. **Arch fix.** B300 (Blackwell Ultra datacenter) is compute capability
10.3 / `sm_103`, NOT `sm_120`. sm_120 is for consumer Blackwell
(RTX 50 series / GB20x dies). This had propagated through agent
diagnoses and into upstream issue sgl-project/sglang#25563 (already
corrected there).
2. **§4c reframe.** sm_103 is *nominally inside* the asserted range
`sm_100 <= arch <= sm_110f` (since 100 <= 103 <= 110), so the
assertion failure is more interesting than "outside the range" —
best guess is the cute kernel's `Arch.sm_110f` set only matches the
architecture-specific feature-flag variants it was compiled for
(sm_100, sm_100f, sm_110, sm_110f) and sm_103/sm_103a isn't in
that list.
Also cross-linked sgl-project/sglang#25563 under §4b (filed earlier
this session for the EAGLE draft graph capture crash on GLM-5-NVFP4
at bs=128 — same B300 v0.5.12 regression family).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0c4bf82 commit 165d625
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments