Optimize GLM-5.2-MXFP4 SGLang Agentic Performance on MI355X - #2887
Closed
limou102 wants to merge 2 commits into
Closed
Optimize GLM-5.2-MXFP4 SGLang Agentic Performance on MI355X#2887limou102 wants to merge 2 commits into
limou102 wants to merge 2 commits into
Conversation
limou102
marked this pull request as ready for review
September 8, 2026 11:14
limou102
requested review from
1am9trash,
billishyahao,
chunfangamd,
seungrokj and
yctseng0211
as code owners
September 8, 2026 11:14
Contributor
|
Dispatched trusted sweep run for approved external revision 已为获批的外部提交 |
limou102
force-pushed
the
dev/limou/glm5.2-sglang-opt-0908
branch
from
September 9, 2026 02:17
5361b95 to
c43c954
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
write_throughas the default HiCache write policy.Benchmark Results
Test configuration: MI355X, TP4/EP4, MTP, HiCache DRAM offload, 3600-second AgentX profiling.
Concurrency 10 provides the best balance of output interactivity and per-GPU throughput.
Validation
Note
Low Risk
Benchmark and config-only changes (container pin and HiCache default); no auth or core application logic.
Overview
Updates the glm5.2-fp4-mi355x-sglang-agentic-mtp recipe to SGLang ROCm v0.5.19 (
20260907) from v0.5.16, picking up recent main-branch GLM-5.2-MXFP4 serving work.In
glm5.2_fp4_mi355x_sglang_mtp.sh, the default HiCache write policy switches fromwrite_through_selectiveback towrite_throughas the validated baseline for AgentX interactivity and per-GPU throughput;HICACHE_WRITE_POLICYcan still be set explicitly for selective-write experiments.perf-changelog.yamldocuments the image bump and write-policy change for this config key.Reviewed by Cursor Bugbot for commit 5361b95. Bugbot is set up for automated code reviews on this repo. Configure here.