From 1fb3d1773a0bb5155492292a31076fb1e41aa38e Mon Sep 17 00:00:00 2001 From: Yangmin Li Date: Fri, 21 Nov 2025 01:21:16 -0800 Subject: [PATCH 1/3] upgrade flashmla kernel --- sgl-kernel/cmake/flashmla.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-kernel/cmake/flashmla.cmake b/sgl-kernel/cmake/flashmla.cmake index f1dde152efd0..c17266af243f 100644 --- a/sgl-kernel/cmake/flashmla.cmake +++ b/sgl-kernel/cmake/flashmla.cmake @@ -4,7 +4,7 @@ include(FetchContent) FetchContent_Declare( repo-flashmla GIT_REPOSITORY https://github.com/sgl-project/FlashMLA - GIT_TAG 6fde8086398bc5ed144c1e9ed0de30cd43be2cda + GIT_TAG be055fb7df0090fde45f08e9cb5b8b4c0272da73 GIT_SHALLOW OFF ) FetchContent_Populate(repo-flashmla) From 8fcb6bfa215f0f4c08ba34ec7d099e422be9c238 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sun, 23 Nov 2025 08:52:36 +0000 Subject: [PATCH 2/3] [tmp]skip uncovered ci tests --- .github/workflows/pr-test.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 12945ce54100..031db296ef34 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -478,7 +478,7 @@ jobs: python3 run_suite.py --suite per-commit-4-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 2 unit-test-backend-8-gpu-h200: - needs: [check-changes, unit-test-backend-2-gpu] + needs: [check-changes, stage-a-test-1] if: always() && !failure() && !cancelled() && ((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true')) runs-on: 8-gpu-h200 @@ -961,26 +961,26 @@ jobs: sgl-kernel-unit-test, sgl-kernel-mla-test, sgl-kernel-benchmark-test, - sgl-kernel-b200-test, + # sgl-kernel-b200-test, - multimodal-gen-test, + # multimodal-gen-test, stage-a-test-1, - unit-test-backend-1-gpu, - unit-test-backend-2-gpu, - unit-test-backend-4-gpu, - unit-test-backend-8-gpu-h20, + # unit-test-backend-1-gpu, + # unit-test-backend-2-gpu, + # unit-test-backend-4-gpu, + # unit-test-backend-8-gpu-h20, unit-test-backend-8-gpu-h200, - performance-test-1-gpu-part-1, - performance-test-1-gpu-part-2, - performance-test-1-gpu-part-3, - performance-test-2-gpu, - accuracy-test-1-gpu, - accuracy-test-2-gpu, - unit-test-deepep-4-gpu, - unit-test-deepep-8-gpu, - unit-test-backend-4-gpu-b200, - unit-test-backend-4-gpu-gb200, + # performance-test-1-gpu-part-1, + # performance-test-1-gpu-part-2, + # performance-test-1-gpu-part-3, + # performance-test-2-gpu, + # accuracy-test-1-gpu, + # accuracy-test-2-gpu, + # unit-test-deepep-4-gpu, + # unit-test-deepep-8-gpu, + # unit-test-backend-4-gpu-b200, + # unit-test-backend-4-gpu-gb200, ] if: always() runs-on: ubuntu-latest From dfc0ca182c062b01ff850e1582c1ce54e2a01ed2 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sun, 23 Nov 2025 09:35:46 +0000 Subject: [PATCH 3/3] restore tests --- .github/workflows/pr-test.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index d9c400241d61..c54a5bb7b24a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -510,7 +510,7 @@ jobs: python3 run_suite.py --suite per-commit-4-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 2 unit-test-backend-8-gpu-h200: - needs: [check-changes, stage-a-test-1] + needs: [check-changes, unit-test-backend-2-gpu] if: always() && !failure() && !cancelled() && ((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true')) runs-on: 8-gpu-h200 @@ -993,27 +993,27 @@ jobs: sgl-kernel-unit-test, sgl-kernel-mla-test, sgl-kernel-benchmark-test, - # sgl-kernel-b200-test, + sgl-kernel-b200-test, - # multimodal-gen-test-1-gpu, - # multimodal-gen-test-2-gpu, + multimodal-gen-test-1-gpu, + multimodal-gen-test-2-gpu, stage-a-test-1, - # unit-test-backend-1-gpu, - # unit-test-backend-2-gpu, - # unit-test-backend-4-gpu, - # unit-test-backend-8-gpu-h20, + unit-test-backend-1-gpu, + unit-test-backend-2-gpu, + unit-test-backend-4-gpu, + unit-test-backend-8-gpu-h20, unit-test-backend-8-gpu-h200, - # performance-test-1-gpu-part-1, - # performance-test-1-gpu-part-2, - # performance-test-1-gpu-part-3, - # performance-test-2-gpu, - # accuracy-test-1-gpu, - # accuracy-test-2-gpu, - # unit-test-deepep-4-gpu, - # unit-test-deepep-8-gpu, - # unit-test-backend-4-gpu-b200, - # unit-test-backend-4-gpu-gb200, + performance-test-1-gpu-part-1, + performance-test-1-gpu-part-2, + performance-test-1-gpu-part-3, + performance-test-2-gpu, + accuracy-test-1-gpu, + accuracy-test-2-gpu, + unit-test-deepep-4-gpu, + unit-test-deepep-8-gpu, + unit-test-backend-4-gpu-b200, + unit-test-backend-4-gpu-gb200, ] if: always() runs-on: ubuntu-latest