Unify SGL Kernel Releases (#10701)

This commit is contained in:
Kangyan-Zhou
2025-09-28 19:48:28 -07:00
committed by GitHub
parent 2572886367
commit 0c9174108a
3 changed files with 241 additions and 30 deletions

View File

@@ -66,10 +66,6 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.10"
cuda-version: "12.4"
- python-version: "3.10"
cuda-version: "12.8"
- python-version: "3.10"
cuda-version: "12.9"
name: Build Wheel (CUDA ${{ matrix.cuda-version }})
@@ -176,7 +172,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -209,7 +205,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -242,7 +238,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -275,7 +271,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -308,7 +304,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -337,7 +333,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -398,7 +394,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -451,7 +447,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -510,7 +506,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -542,7 +538,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -574,7 +570,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -603,7 +599,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.4
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |
@@ -634,7 +630,7 @@ jobs:
with:
path: sgl-kernel/dist/
merge-multiple: true
pattern: wheel-python3.10-cuda12.8
pattern: wheel-python3.10-cuda12.9
- name: Install dependencies
run: |