Skip to content

Commit fe628e4

Browse files
committed
XXX: more
1 parent 9c2e9c4 commit fe628e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci_windows.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
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",
@@ -42,6 +43,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)