File tree Expand file tree Collapse file tree 1 file changed +27
-11
lines changed
Expand file tree Collapse file tree 1 file changed +27
-11
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,39 @@ jobs:
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- cuda : ["12.8.1", "13.0.2"]
2726 include :
2827 - os : windows-latest
28+ cuda : " 12.8.1"
2929 target : x86_64-pc-windows-msvc
3030 linux-local-args : []
3131 sub-packages :
3232 [
33- # "nvcc",
34- # "nvrtc",
35- # "nvrtc_dev",
36- # "cuda_profiler_api",
37- # "cudart",
38- # "cublas",
39- # "cublas_dev",
40- # "curand",
41- # "curand_dev",
42- # "nvvm",
33+ " cublas" ,
34+ " cublas_dev" ,
35+ " cuda_profiler_api" ,
36+ " cudart" ,
37+ " curand" ,
38+ " curand_dev" ,
39+ " nvcc" ,
40+ " nvrtc" ,
41+ " nvrtc_dev" ,
42+ ]
43+ - os : windows-latest
44+ cuda : " 13.0.2"
45+ target : x86_64-pc-windows-msvc
46+ linux-local-args : []
47+ sub-packages :
48+ [
49+ " cublas" ,
50+ " cublas_dev" ,
51+ " cuda_profiler_api" ,
52+ " cudart" ,
53+ " curand" ,
54+ " curand_dev" ,
55+ " nvcc" ,
56+ " nvrtc" ,
57+ " nvrtc_dev" ,
58+ " nvvm" ,
4359 ]
4460
4561 steps :
You can’t perform that action at this time.
0 commit comments