Skip to content

Commit f4bfa3c

Browse files
committed
CI: test with Torch 3.10 and 3.11
1 parent 23856d1 commit f4bfa3c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test_kernels.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
max-parallel: 4
2828
matrix:
2929
python-version: ["3.10", "3.12"]
30-
torch-version: ["2.9.0", "2.10.0"]
30+
torch-version: ["2.10.0", "2.11.0"]
3131

3232
env:
3333
UV_PYTHON_PREFERENCE: only-managed
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838

3939
- name: Install uv and set the python version
40-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
40+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343

@@ -76,7 +76,6 @@ jobs:
7676
uv pip install einops nvidia-cutlass-dsl
7777
uv run pytest tests/test_deps.py
7878
79-
8079
- name: Check kernel check
8180
working-directory: ./kernels
8281
run: |

0 commit comments

Comments
 (0)