Skip to content

[AMD][MI35X] Bump glm5.2-fp4-mi355x-sglang-agentic-mtp image to v0.5.19-rocm10-20260908 - #2917

Open
jiaryang wants to merge 3 commits into
mainfrom
amd/glm5.2-fp4-mi355x-sglang-agentic-mtp-20260908
Open

[AMD][MI35X] Bump glm5.2-fp4-mi355x-sglang-agentic-mtp image to v0.5.19-rocm10-20260908#2917
jiaryang wants to merge 3 commits into
mainfrom
amd/glm5.2-fp4-mi355x-sglang-agentic-mtp-20260908

Conversation

@jiaryang

@jiaryang jiaryang commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Image-only bump for glm5.2-fp4-mi355x-sglang-agentic-mtp
  • lmsysorg/sglang-rocm:v0.5.16-rocm720-mi35x-20260728lmsysorg/sglang-rocm:v0.5.19-rocm10-mi35x-20260908

Recipe unchanged.

Unofficial local vs CI MI355X TP4/EP4. Δ = 0908/CI (higher is better).

conc CI tput 0908 tput Δ tput CI intvty 0908 intvty Δ intvty
1 2474.1 3410.7 1.38× 110.3 152.8 1.39×
2 2897.9 3854.9 1.33× 102.8 120.2 1.17×
4 4946.8 5746.1 1.16× 81.0 122.9 1.52×
8 8386.1 10127.5 1.21× 54.5 75.5 1.38×
10 10625.1 12982.8 1.22× 49.6 64.1 1.29×
12 10612.2 12344.9 1.16× 42.5 57.5 1.35×
16 6379.4 10888.2 1.71× 12.9 23.3 1.81×

Test plan

  • validate_perf_changelog.py against upstream/main
  • Full AgentX sweep (full-sweep-fail-fast)

…19-rocm10-20260908

Bump image from lmsysorg/sglang-rocm:v0.5.16-rocm720-mi35x-20260728
to lmsysorg/sglang-rocm:v0.5.19-rocm10-mi35x-20260908. Recipe unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for the contribution! Please reach out to respective companies' CODEOWNER to fill in the latest PR_REVIEW_CHECKLIST.md before pinging core maintainer on Slack for review. In order for the signoff PR check bot to trigger, you must follow the PR_REVIEW_CHECKLIST.md template correctly, including the phrase As a PR reviewer and CODEOWNER, I have reviewed this and have.

For PR verification, add the full-sweep-fail-fast label (strongly recommended) to this PR — the benchmark sweep only runs on labeled PRs. Use full-sweep-enabled only if you need matrix jobs to keep running past a failure.

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. See GitHub's docs on re-running failed jobs


感谢你的贡献!请联系相应公司的 CODEOWNER 填写最新的 PR_REVIEW_CHECKLIST.md,然后再在 Slack 上联系核心维护者进行审阅。为了触发 signoff PR 检查机器人,你必须正确遵循 PR_REVIEW_CHECKLIST.md 模板,包括保留英文语句 As a PR reviewer and CODEOWNER, I have reviewed this and have

如需进行 PR 验证,请为此 PR 添加 full-sweep-fail-fast 标签(强烈推荐)— 基准测试 sweep 仅在带有标签的 PR 上运行。仅当需要矩阵任务在失败后继续运行时才使用 full-sweep-enabled

PR 作者有责任确保合并后所有 GitHub Action 任务完全通过。 很多时候失败只是偶发抖动(flake),重新运行失败的任务即可解决。参见 GitHub 关于重新运行失败任务的文档

Co-authored-by: Cursor <cursoragent@cursor.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3b5875a. Configure here.

Comment thread configs/amd-master.yaml
# SA selects the Pareto-optimal arm per concurrency point.
glm5.2-fp4-mi355x-sglang-agentic-mtp:
image: lmsysorg/sglang-rocm:v0.5.16-rocm720-mi35x-20260728
image: lmsysorg/sglang-rocm:v0.5.19-rocm10-mi35x-20260908

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pinned image tag does not exist

High Severity

The new pin lmsysorg/sglang-rocm:v0.5.19-rocm10-mi35x-20260908 is not a published Docker Hub tag. Published v0.5.19 MI35X images use the 20260905 suffix, including v0.5.19-rocm10-mi35x-20260905. Jobs will fail at image pull before any serving starts.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3b5875a. Configure here.

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I reviewed this PR and didn't find any bugs. Because it's a CODEOWNER-gated config file and the new tag introduces an unprecedented rocm10 component with the full sweep still unchecked, a human look would still be worthwhile before merge.

What was reviewed:

  • Confirmed the image bump in configs/amd-master.yaml matches the tag names recorded in the new perf-changelog.yaml entry, and that the entry is appended only at the file's tail with no historical bytes touched.
  • Cross-checked the new tag's rocm10 component against the other 18 sglang-rocm/sglang image references in amd-master.yaml — none use it (all use rocm700/rocm720/rocm7.2.x), matching the "if zero recipes use it, be suspicious" heuristic in KLAUD_DEBUG.md §6; this sandbox has no network egress to Docker Hub, so the tag's existence could not be independently confirmed.
  • Noted pr-link: XXX is a known placeholder per the PR's own test-plan checkbox, to be filled in before merge/reuse.
Extended reasoning...

Overview

The diff is exactly as described: a single-line image bump in configs/amd-master.yaml for the glm5.2-fp4-mi355x-sglang-agentic-mtp recipe (v0.5.16-rocm720-mi35x-20260728v0.5.19-rocm10-mi35x-20260908), plus a matching append-only entry in perf-changelog.yaml. No other lines are touched in either file.

Security risks

None identified. This is a Docker image tag string change in a YAML config plus a changelog append; there is no code path, auth, or data-handling logic involved.

Level of scrutiny

configs/amd-master.yaml is CODEOWNER-gated (.github/CODEOWNERS lists five named owners for this exact file), which per the approval guidelines means this should not be auto-approved regardless of how small the diff looks. Separately, the new tag's rocm10 component is unique among all 19 sglang/sglang-rocm image references in this file (everything else uses rocm700/rocm720/rocm7.2.x), which is precisely the "be suspicious" signal KLAUD_DEBUG.md §6 calls out for invented/incorrect image tags. I could not reach Docker Hub from this sandbox to confirm the tag exists, and the PR's own test plan shows the full AgentX sweep as not yet run. That combination — CODEOWNER path plus an unverified, pattern-breaking tag component plus a pending sweep — is enough that a human (ideally a CODEOWNER, who can also verify the tag pulls) should look before merge, even though the bug-hunting pass itself found no concrete bug.

Other factors

The pr-link: XXX placeholder is a routine, expected leftover (the PR description itself flags it as a pre-merge TODO), so it is not a functional defect on its own, just noted for completeness.

This review covers commit 5f9b992, which is no longer the latest commit on this pull request; later commits are not covered by it.

…5x-sglang-agentic-mtp-20260908

Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	perf-changelog.yaml
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

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.

1 participant