Commit 7ae613c
[AMD] Add Qwen3.5 FP8 MI355X SGLang disaggregated benchmark (#1570)
* Add Qwen3.5 FP8 MI355X SGLang disaggregated benchmark (PR-1).
Introduce CI config, model server flags, multinode launch script, and
amd_utils plumbing (sudo auto-detect, optional disagg decode TP/DP flags)
for qwen3.5-fp8-mi355x-sglang-disagg smoke sweeps on MI355X.
Co-authored-by: chunfangamd <chun.fang@amd.com>
Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
* Add perf-changelog entry for qwen3.5-fp8-mi355x-sglang-disagg.
Required when adding new amd-master.yaml benchmark configs (PR #1570).
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: chunfangamd <chun.fang@amd.com>
Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
* Fix misleading 8k1k comment in qwen3.5-fp8-mi355x-sglang-disagg config.
The search-space uses 1P+1D TP8/EP1 with dp-attn, not TP2/EP2 from the
aggregated qwen3.5-fp8-mi355x-sglang recipe.
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: chunfangamd <chun.fang@amd.com>
Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
* qwen3.5-fp8-mi355x-sglang-disagg: 8k1k row uses dp-attn=false
With --enable-dp-attention + --moe-a2a-backend mori, sglang auto-promotes
moe_ep_size=tp_size=8, but is_deepep_class_backend() excludes MoRI, so
num_shared_slots stays at the global value (1) and the
(num_experts - num_shared_slots) % moe_ep_size assertion in
fused_moe_triton/layer.py fires for Qwen3.5 (512 routed + 1 shared).
Track upstream sglang for a fix; flip back to dp-attn=true once MoRI is
added to is_deepep_class_backend() or shared-slot accounting is
reconciled.
Co-authored-by: chunfangamd <chun.fang@amd.com>
Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
* fix: add FRAMEWORK to check_env_vars in qwen3.5 sglang-disagg script
Matches sister sglang-disagg scripts (dsr1_fp8, dsr1_fp4) and the
GLM-5 disagg launch script. submit.sh requires FRAMEWORK; surfacing
the missing-var failure at the top of the launch script gives a
cleaner error than letting it fail deep inside submit.sh.
Addresses Cursor Bugbot review comment on PR #1570.
Co-authored-by: chunfangamd <chun.fang@amd.com>
Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
---------
Co-authored-by: cliu1004@amd.com <cliu1004@amd.com@mia1-p01-g18.mia.tensorwave.lan>
Co-authored-by: chunfangamd <chun.fang@amd.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>1 parent bfad6df commit 7ae613c
5 files changed
Lines changed: 195 additions & 1 deletion
File tree
- .github/configs
- benchmarks/multi_node
- amd_utils
- runners
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
370 | 434 | | |
371 | 435 | | |
372 | 436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
164 | 195 | | |
165 | 196 | | |
166 | 197 | | |
| |||
Lines changed: 84 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3171 | 3171 | | |
3172 | 3172 | | |
3173 | 3173 | | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
| 3180 | + | |
| 3181 | + | |
| 3182 | + | |
| 3183 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
0 commit comments