feat: support sgl-kernel cu129 (#8800)

This commit is contained in:
Yineng Zhang
2025-08-05 02:33:47 -07:00
committed by GitHub
parent 5e91fed1c5
commit 194561f27a
3 changed files with 87 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- python-version: '3.9'
cuda-version: '12.4'
- python-version: '3.9'
cuda-version: '12.8'
cuda-version: '12.9'
name: Build Wheel (CUDA ${{ matrix.cuda-version }})
steps:
- name: Cleanup
@@ -56,7 +56,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }}
if: github.event_name != 'push' || (matrix.cuda-version != '11.8' && matrix.cuda-version != '12.8')
if: github.event_name != 'push' || (matrix.cuda-version != '11.8' && matrix.cuda-version != '12.9')
run: |
cd sgl-kernel
chmod +x ./build.sh