Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ jobs:
- cuda: 130
torch: 2.9.0
python: 314
- cuda: 130
torch: 2.9.0
python: 314t
- cuda: 130
torch: 2.9.0
python: 313t
Expand All @@ -141,6 +144,9 @@ jobs:
torch: 2.9.0
python: 310
# cuda 128
- cuda: 128
torch: 2.9.0
python: 314t
- cuda: 128
torch: 2.9.0
python: 314
Expand All @@ -160,6 +166,9 @@ jobs:
torch: 2.9.0
python: 310
# cuda 126
- cuda: 126
torch: 2.9.0
python: 314t
- cuda: 126
torch: 2.9.0
python: 314
Expand Down Expand Up @@ -311,6 +320,7 @@ jobs:
- name: Compile
if: env.SHOULD_RUN == 1
run: |
pip install nvidia-cutlass
python setup.py bdist_wheel

- name: Test install
Expand All @@ -320,6 +330,7 @@ jobs:
whl=$(ls -t dist/*.whl | head -n 1 | xargs basename)
echo "WHL_NAME=$whl" >> $GITHUB_ENV
if [ "${{ matrix.python }}" != "313t" ]; then # twine doesn't support python 3.13 yet
pip install twine
twine check dist/$whl
fi

Expand Down
Loading