[NVIDIA] Fix cutedsl backend of MoE (#12353)

This commit is contained in:
Kaixi Hou
2025-11-04 18:54:55 -08:00
committed by GitHub
parent 09938e1f82
commit 0711d1509b
8 changed files with 579 additions and 28 deletions
+2 -2
View File
@@ -821,7 +821,7 @@ jobs:
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id 0 --auto-partition-size 1 --timeout-per-file 3600
unit-test-backend-4-gpu-gb200:
needs: [check-changes, unit-test-backend-2-gpu, sgl-kernel-build-wheels-arm]
needs: [check-changes, sgl-kernel-build-wheels-arm]
if: always() && !failure() && !cancelled() &&
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
runs-on: 4-gpu-gb200
@@ -841,7 +841,7 @@ jobs:
- name: Install dependencies
run: |
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 GRACE_BLACKWELL=1 bash scripts/ci/ci_install_deepep.sh
- name: Run test
timeout-minutes: 45