[AMD] Bump MoRI to f7e6ac6 to fix ROCm install_dependency build break#31406
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Hi @yctseng0211, we will fix this issue through this PR ROCm/mori#480 |
@jhchouuu thanks a lot, I see the PR is merged, can I verify if it works right now ? |
Hi @yctseng0211 Yes, I think so. Sorry for not take ROCm 7.0.0 compatibility. |
|
https://github.com/sgl-project/sglang/actions/runs/29474670674 the breakage in the install dependency stage is resolved, thanks @jhchouuu cc: @HaiShaw |


Motivation
The AMD PR Test (AMD)
Install dependenciesstep is broken onmain. It started failing after MoRI was bumped indocker/rocm.Dockerfile.b0b2dfb) —Install dependenciesfails495ae9a) — passesBoth runs use the same CI image
rocm/sgl-dev:v0.5.15.post1-rocm700-mi30x-20260715, so the only variable is the MoRI commit thatscripts/ci/amd/amd_ci_install_dependency.shre-clones and rebuilds from the Dockerfile-pinnedMORI_COMMIT.feat(moriep): add fp4 combine dtype (SGLANG_MORI_COMBINE_DTYPE=fp4) #30706 bumped
MORI_COMMITe31d426→6f07277. The newer MoRI adds accomodule whosesrc/cco/cco_init.cpp:95useshipMemAllocationTypeUncached:hipMemAllocationTypeUncached(0x40000000) was only added to HIP on 2025-09-11 (ROCm/hip@642cd90) and is not present in the HIP headers of the currently pinnedrocm700CI image, so the MoRI build fails →Install dependenciesexits 1.MoRI has since landed a hotfix commit (
f7e6ac6) that makes theccomodule build against this ROCm version.Modifications
MORI_COMMITindocker/rocm.Dockerfile:6f07277→f7e6ac6863c53821bc7afb91a578cc6ce38fcad0(ROCm/mori hotfix).SGLANG_MORI_COMBINE_DTYPE=fp4feature from feat(moriep): add fp4 combine dtype (SGLANG_MORI_COMBINE_DTYPE=fp4) #30706 working, unlike a plain revert of the pin.Speed Tests and Profiling
Checklist
Review and Merge Process
/tag-and-rerun-ci,/tag-run-ci-label,/rerun-failed-ciCI States
Latest PR Test (Base): ✅ Run #29474624471
Latest PR Test (Extra): ❌ Run #29474624401