Commit e493673
perf(dsv4-fp4-mi355x-vllm): use AITER a16w4 MoE backend (+21% decode)
Switch the DeepSeek-V4-Pro FP4 MI355X vLLM recipe from
--moe-backend triton_unfused to --moe-backend aiter, and export
VLLM_ROCM_USE_AITER_MOE=1.
triton_unfused runs a W4A16 Triton dequant path; --moe-backend aiter
selects AITER_MXFP4_BF16 (a16w4), a faster AITER kernel for the same
numerics. Measured on MI355X TP=8, c64 1k/1k:
output throughput 915 -> 1105 tok/s (+20.7%)
mean TPOT 66.97ms -> 55.36ms
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>1 parent c2d6fe1 commit e493673
1 file changed
Lines changed: 10 additions & 6 deletions
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | | - | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments