Skip to content

Commit 7134ed9

Browse files
committed
add simple windows runner
1 parent 7387715 commit 7134ed9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ jobs:
238238
cuda-version: "12.8.0"
239239
local-ctk: 1
240240
runner: H100
241+
- host-platform: win-64
242+
python-version: "3.12"
243+
cuda-version: ["12.8.0", "11.8.0"]
244+
local-ctk: [0, 1]
245+
runner: default
241246
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
242247
if: ${{ github.repository_owner == 'nvidia' }}
243248
permissions:

.github/workflows/test-wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
2929
runs-on: ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
3030
(inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31+
(inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') ||
3132
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
3233
# Our self-hosted runners require a container
3334
# TODO: use a different (nvidia?) container

0 commit comments

Comments
 (0)