File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,23 +30,42 @@ jobs:
3030 linux-local-args : []
3131 sub-packages :
3232 [
33+ " cublas" ,
34+ " cublas_dev" ,
35+ " cuda_profiler_api" ,
36+ " cudart" ,
37+ " curand" ,
38+ " curand_dev" ,
3339 " nvcc" ,
3440 " nvrtc" ,
3541 " nvrtc_dev" ,
36- " cuda_profiler_api" ,
37- " cudart" ,
42+ ]
43+ - os : windows-latest
44+ target : x86_64-pc-windows-msvc
45+ cuda : " 13.0.2"
46+ linux-local-args : []
47+ sub-packages :
48+ [
49+ " crt" ,
3850 " cublas" ,
3951 " cublas_dev" ,
52+ " cuda_profiler_api" ,
53+ " cudart" ,
4054 " curand" ,
4155 " curand_dev" ,
56+ " nvcc" ,
57+ " nvptxcompiler" ,
58+ " nvrtc" ,
59+ " nvrtc_dev" ,
60+ " nvvm" ,
4261 ]
4362
4463 steps :
4564 - name : Checkout repository
4665 uses : actions/checkout@v4
4766
4867 - name : Install CUDA
49- uses : Jimver/cuda-toolkit@v0.2.22
68+ uses : Jimver/cuda-toolkit@v0.2.29
5069 id : cuda-toolkit
5170 with :
5271 cuda : ${{ matrix.cuda }}
6887
6988 - name : Update PATH to expose CUDA codegen backend
7089 run : |
71- echo "$env:CUDA_PATH\nvvm\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
90+ # njn: explain
91+ echo "$env:CUDA_PATH\nvvm\bin" | `
92+ Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
93+ # echo "$env:CUDA_PATH\nvvm\bin\x64" | `
94+ # Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
7295
7396 - name : Verify CUDA, Rust installation
7497 run : |
You can’t perform that action at this time.
0 commit comments