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 ae538b8Copy full SHA for ae538b8
.github/workflows/ci_windows.yml
@@ -23,23 +23,22 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- include:
27
- - os: windows-latest
28
- target: x86_64-pc-windows-msvc
29
- cuda: "12.8.1"
30
- linux-local-args: []
31
- sub-packages:
32
- [
33
- "nvcc",
34
- "nvrtc",
35
- "nvrtc_dev",
36
- "cuda_profiler_api",
37
- "cudart",
38
- "cublas",
39
- "cublas_dev",
40
- "curand",
41
- "curand_dev",
42
- ]
+ os: windows-latest
+ target: x86_64-pc-windows-msvc
+ cuda: ["12.8.1", "13.0.2"]
+ linux-local-args: []
+ sub-packages:
+ [
+ "nvcc",
+ "nvrtc",
+ "nvrtc_dev",
+ "cuda_profiler_api",
+ "cudart",
+ "cublas",
+ "cublas_dev",
+ "curand",
+ "curand_dev",
+ ]
43
44
steps:
45
- name: Checkout repository
0 commit comments