Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 98e340c

Browse files
committed
test(windows): move back to original cuda-toolkit setup gha
1 parent 3902f51 commit 98e340c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build_kernel_windows.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ windows-2022 ]
15-
python: [ '3.12', '3.13' ]
15+
python: [ '3.11', '3.12', '3.13' ]
1616
torch: [
17-
{ version: '2.8', cuda: '12.9.1', wheel: '129' }
17+
{ version: '2.9.1', cuda: '12.6.3', wheel: '126' }
18+
{ version: '2.9.1', cuda: '12.8.1', wheel: '128' }
19+
{ version: '2.9.1', cuda: '13.0.2', wheel: '130' }
1820
]
1921

2022
name: Build kernel
@@ -32,7 +34,7 @@ jobs:
3234
- uses: actions/checkout@v5
3335

3436
# CUDA environment setup
35-
- uses: N-Storm/cuda-toolkit@v0.2.28
37+
- uses: Jimver/cuda-toolkit@v0.2.29
3638
id: setup-cuda-toolkit
3739
with:
3840
cuda: ${{ matrix.torch.cuda }} # TODO(mfuntowicz): How can we test multiple CUDA versions than align with torch?

0 commit comments

Comments
 (0)