Commit 884cc79
[AMD][MI355X] DSv4 SGLang agentic: v0.5.14 image, router, HiCache (#2146)
* [AMD][MI355X] Update DSv4 SGLang agentic launcher to v0.5.14 image with router and HiCache support
Align the agentic launcher with the fixed-seq-len sibling: dsv4 attention
backend, fp8_e4m3 KV cache, disable-radix-cache, DP-attention env exports
(SGLANG_SHARED_EXPERT_TP1, DP_USE_GATHERV, etc.), and two-batch-overlap.
Add SGLang router for DP-attention configs and HiCache KV offloading.
Sweep conc=48 across TP8 +/- DPA +/- HiCache.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] Add dram-utilization 0.80 to DSv4 SGLang agentic sweep config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update perf-changelog with PR link for DSv4 SGLang agentic entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] Remove --context-length and comment out extra sweep configs for initial validation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang agentic: use compressed attention, 2x max-running-requests, re-enable all sweep configs
- Fix attention-backend typo (compresseed -> compressed)
- Remove duplicate CUDA_GRAPH_MAX_BS block
- Set MAX_RUNNING_REQUESTS to 2*CONC for subagent fan-out headroom
- Use MEM_FRACTION_STATIC=0.90 and swa-full-tokens-ratio=0.10
- Add METRICS_ARGS array, guard capture_cache_metrics on metrics enabled
- Remove duplicate SGLANG_ENABLE_UNIFIED_RADIX_TREE export from hicache block
- Uncomment all 4 sweep configs (TP8 +/- DPA +/- HiCache)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] Fix cudaHostRegister OOM: lower hicache-ratio to 4, adjust sweep concurrency
hicache-ratio=8 tried to pin ~495 GB via cudaHostRegister, exceeding
ROCm's per-process pinnable memory limit. Lower to ratio=4 and sweep
graduated concurrency levels across configs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang agentic: focus sweep on DPA configs, scale concurrency to 96
Device KV utilization peaked at only 27% even at conc=48, and non-DPA
configs underperformed DPA in both throughput and completed requests.
Drop non-DPA sweep entries and extend DPA concurrency range to [16..96]
(none) and [48..96] (hicache) to find the saturation point.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang agentic: add non-DPA baseline config (tp=8, conc 1-8)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] exclude mia1-p01-g12 from agentic salloc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: narrow DPA sweep ranges, add disagg agentic hicache recipe
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: refactor launcher, rename config key, bump image
- Clean up hicache case block indentation and comments
- Add SGLANG_ROUTER_CMD array pattern matching b300 launcher
- Rename config key dsv4-fp4-mi355x-sglang-agentic → agentic-hicache
- Bump image to v0.5.15-rocm700-mi35x-20260713
- Raise CUDA_GRAPH_MAX_BS cap to 128, tune mem/prefill defaults
- Add SPEC_ARGS placeholder for future speculative decoding
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: fix kv-offload-backend to map syntax, add mori p2p, revert image
- Use { name: ... } map syntax for kv-offload-backend (hicache, native)
- Revert image to v0.5.14-rocm720-mi35x-20260710
- Add kv-p2p-transfer: mori to disagg agentic hicache recipe
- Update perf-changelog config keys for renamed entries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: remove disagg agentic hicache recipe
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: add vllm-router and mooncake backend to agentic sweep
- Add router: { name: vllm-router, version: "0.1.14" } to DPA configs
- Switch kv-offload-backend from native to mooncake 0.3.11.post1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: bump agentic-hicache image to v0.5.15
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: update perf-changelog for image bump and drop disagg entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: move PARALLEL_ARGS init before DPA block
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: revert agentic-hicache image to v0.5.14
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: revert mem-fraction-static to 0.90 and chunked-prefill to 8192
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore(ci): trigger full sweep
* fix(changelog): append PR entry after main
* fix(changelog): omit null optional metadata
* fix(agentx): require explicit benchmark environment
* chore(agentx): remove cache metric snapshots
Remove the manual metrics scrape and EXIT trap while retaining the metrics endpoint used by the replay client.
中文:移除手动指标抓取与 EXIT trap,同时保留回放客户端使用的 metrics endpoint。
* fix(agentx): set DeepSeek reasoning effort high
* fix(runner): remove MI355X node exclusions
* [AMD][MI355X] DSv4 SGLang: move unified-radix-tree exports after HiCache block and add TCP user timeout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: lower TCP user timeout to 1000000ms
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: cap cuda-graph-max-bs at 64 and narrow HiCache sweep to c96
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: revert cuda-graph-max-bs cap to 128 and set HiCache sweep to c64
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: use cuda-graph-max-bs-decode flag and restore full sweep entries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: add c72 to DPA and HiCache sweep entries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: drop c72 from HiCache sweep
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: fix perf-changelog image version to v0.5.14
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [AMD][MI355X] DSv4 SGLang: drop c72 from DPA no-offload sweep
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Cam Quilici <cjquilici@gmail.com>
Co-authored-by: Chun Fang <chun.fang@amd.com>1 parent 55e4ce8 commit 884cc79
4 files changed
Lines changed: 156 additions & 116 deletions
File tree
- benchmarks/single_node/agentic
- configs
- runners
Lines changed: 136 additions & 101 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
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 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 43 | | |
103 | 44 | | |
104 | 45 | | |
105 | 46 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 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 | + | |
109 | 80 | | |
110 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
111 | 95 | | |
112 | 96 | | |
113 | 97 | | |
114 | 98 | | |
| 99 | + | |
115 | 100 | | |
116 | 101 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 102 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 103 | + | |
| 104 | + | |
130 | 105 | | |
131 | 106 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
149 | 163 | | |
150 | 164 | | |
151 | 165 | | |
152 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
153 | 187 | | |
154 | 188 | | |
155 | 189 | | |
| 190 | + | |
156 | 191 | | |
157 | 192 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2449 | 2449 | | |
2450 | 2450 | | |
2451 | 2451 | | |
2452 | | - | |
2453 | | - | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | | - | |
2458 | | - | |
| 2452 | + | |
| 2453 | + | |
2459 | 2454 | | |
2460 | 2455 | | |
2461 | 2456 | | |
| |||
2464 | 2459 | | |
2465 | 2460 | | |
2466 | 2461 | | |
2467 | | - | |
2468 | | - | |
2469 | | - | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
2470 | 2467 | | |
2471 | 2468 | | |
2472 | 2469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4790 | 4790 | | |
4791 | 4791 | | |
4792 | 4792 | | |
| 4793 | + | |
| 4794 | + | |
| 4795 | + | |
| 4796 | + | |
| 4797 | + | |
| 4798 | + | |
| 4799 | + | |
| 4800 | + | |
| 4801 | + | |
| 4802 | + | |
| 4803 | + | |
| 4804 | + | |
4793 | 4805 | | |
4794 | 4806 | | |
4795 | 4807 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
| 211 | + | |
216 | 212 | | |
217 | 213 | | |
218 | 214 | | |
| |||
0 commit comments