[Build] Enable full kernel in aarch64 wheel (#16155)

This commit is contained in:
MarcoDWei
2026-01-08 11:40:03 +08:00
committed by GitHub
parent e14f5ec8a8
commit 1c09cbe3ed
3 changed files with 9 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ jobs:
./build.sh "${{ matrix.python-version }}" "${{ matrix.cuda-version }}" ${{ matrix.arch == 'aarch64' && 'aarch64' || '' }}
env:
USE_CCACHE: 0
CMAKE_EXTRA_ARGS: ${{ matrix.arch == 'aarch64' && '-DENABLE_BELOW_SM90=ON' || '' }}
- name: Upload to PyPI
working-directory: sgl-kernel