[AMD] Speed up DSV4 MoE weight loading from mmap views (#32315)

This commit is contained in:
Bingxu Chen
2026-08-01 23:47:47 -07:00
committed by GitHub
parent 7e509f690e
commit 37be4e9247
6 changed files with 91 additions and 0 deletions
+1
View File
@@ -1464,6 +1464,7 @@ jobs:
run: |
> github_summary.md # Clear summary file
bash scripts/ci/amd/amd_ci_exec.sh -w /sglang-checkout/test \
-e SGLANG_MOE_COPY_WEIGHT_VIEWS_BEFORE_H2D=1 \
-e GITHUB_STEP_SUMMARY="/sglang-checkout/github_summary.md" \
python3 run_suite.py --hw amd --suite nightly-amd-accuracy-8-gpu-qwen35 --nightly --timeout-per-file 3600 ${{ (github.event_name == 'schedule' || inputs.continue_on_error) && '--continue-on-error' || '' }} || TEST_EXIT_CODE=$?
echo "$(<github_summary.md )" >> $GITHUB_STEP_SUMMARY || true