File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2727 - os : windows-latest
2828 target : x86_64-pc-windows-msvc
2929 cuda : " 12.8.1"
30+ dll-dir : " nvvm\\ bin"
3031 sub-packages :
3132 [
3233 " cublas" ,
4243 - os : windows-latest
4344 target : x86_64-pc-windows-msvc
4445 cuda : " 13.0.2"
46+ dll-dir : " nvvm\\ bin\\ x64"
4547 sub-packages :
4648 [
4749 " crt" , # new subpackage in CUDA 13
@@ -86,10 +88,10 @@ jobs:
8688 - name : Update PATH to expose CUDA codegen backend
8789 run : |
8890 # njn: explain
89- echo "$env:CUDA_PATH\nvvm\bin" | `
90- Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
91- echo "$env:CUDA_PATH\nvvm\bin\x64" | `
91+ echo "$env:CUDA_PATH\\${{matrix.dll-dir}" | `
9292 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
9395
9496 - name : Verify CUDA, Rust installation
9597 run : |
You can’t perform that action at this time.
0 commit comments