Skip to content

[AMD][MI35X] Qwen3.5-fp8 SGLang single-node benchmark#1669

Open
1am9trash wants to merge 9 commits into
mainfrom
amd/qwen3.5-fp8
Open

[AMD][MI35X] Qwen3.5-fp8 SGLang single-node benchmark#1669
1am9trash wants to merge 9 commits into
mainfrom
amd/qwen3.5-fp8

Conversation

@1am9trash
Copy link
Copy Markdown
Collaborator

@1am9trash 1am9trash commented Jun 5, 2026

Create branch from @yichiche branch.

Successful run: https://github.com/SemiAnalysisAI/InferenceX/actions/runs/27002889438
Chart: https://inferencex.semianalysis.com/inference?unofficialRun=27002889438


Note

Low Risk
Benchmark and CI config only; no production serving or auth paths. Changes affect published perf numbers and sweep coverage when jobs run.

Overview
Updates Qwen3.5 FP8 MI355X single-node SGLang benchmarks (base and MTP) to a newer ROCm image and an aiter-based serving recipe.

For qwen3.5-fp8-mi355x-sglang and qwen3.5-fp8-mi355x-sglang-mtp, the container moves to lmsysorg/sglang-rocm:v0.5.12.post1-rocm720-mi35x-20260528, and fixed-seq-len sweeps collapse to a single TP4/EP1 concurrency range (4–256) for both 1k/1k and 8k/1k instead of the prior multi TP/EP grids.

qwen3.5_fp8_mi355x.sh and qwen3.5_fp8_mi355x_mtp.sh enable AITER (SGLANG_USE_AITER*), switch --attention-backend from triton to aiter, tie --max-running-requests to sweep concurrency, replace --max-prefill-tokens with --chunked-prefill-size 32768, and add multithreaded load plus --page-size 16. perf-changelog.yaml records the image and script changes for both config keys.

Reviewed by Cursor Bugbot for commit fe3633a. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook

If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you

PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow

As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers.

If additional help is needed, PR authors can reach out to core maintainers over Slack.

1 similar comment
@github-actions

This comment was marked as duplicate.

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — AMD MI355X benchmark image bump and aiter backend retune, no production code paths affected.

Extended reasoning...

Overview

This PR updates the Qwen3.5 FP8 SGLang benchmark recipe for MI355X. It bumps the ROCm image from v0.5.12-rocm720-mi35x-20260517 to v0.5.12.post1-rocm720-mi35x-20260528 in both base and MTP variants of amd-master.yaml, and retunes the two launch scripts: switches attention backend from triton to aiter (with SGLANG_USE_AITER* env vars), drops the per-sweep --cuda-graph-max-bs $CONC and explicit CONTEXT_LENGTH/MAX_PREFILL_TOKENS in favor of --max-running-requests 512, --chunked-prefill-size 32768, --mem-fraction-static 0.9, --page-size 16, and multithreaded model loading.

Security risks

None. This touches only AMD benchmark configuration and SGLang launch flags; no auth, crypto, network exposure, or persisted state is affected. Server is bound to 0.0.0.0 as before — unchanged.

Level of scrutiny

Low. Benchmark recipes for AMD MI355X throughput sweeps — not production-critical code, not user-facing, and not on a code path with broad blast radius. Pattern matches several other recent AMD image-bump PRs (e.g. b28da84 switched the same recipe to aiter previously, 3b685b4 is this image bump). The else EVAL_CONTEXT_ARGS="--context-length $CONTEXT_LENGTH" branch removal is intentional since CONTEXT_LENGTH is no longer computed.

Other factors

No bugs were flagged by the automated review. Changes are confined to AMD MI355X-specific recipes; other matrix entries are untouched. CI on these benchmark recipes runs on AMD hardware and will surface any launch-flag incompatibilities directly.

Comment thread benchmarks/single_node/fixed_seq_len/qwen3.5_fp8_mi355x.sh
@github-actions

This comment was marked as off-topic.

@github-actions

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

@chunfangamd chunfangamd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attn backend: Triton --> Aiter

Nice work!

@chunfangamd chunfangamd enabled auto-merge (squash) June 5, 2026 09:30
@chunfangamd
Copy link
Copy Markdown
Collaborator

@ChangLiu0709 could you please help to update the SGLang cookbook?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants