We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e5ed3 commit 7364e53Copy full SHA for 7364e53
.github/workflows/ci_windows.yml
@@ -23,11 +23,10 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
+ cuda: ["12.8.1", "13.0.2"]
27
include:
28
- os: windows-latest
29
target: x86_64-pc-windows-msvc
- cuda: "12.8.1"
30
- linux-local-args: []
31
sub-packages:
32
[
33
"nvcc",
@@ -51,7 +50,6 @@ jobs:
51
50
with:
52
cuda: ${{ matrix.cuda }}
53
method: network
54
- linux-local-args: ${{ toJson(matrix.linux-local-args) }}
55
use-local-cache: false
56
sub-packages: ${{ toJson(matrix.sub-packages) }}
57
log-file-suffix: "${{matrix.os}}-${{matrix.cuda}}"
0 commit comments