Skip to content

Commit 98fc439

Browse files
feat: update ci_windows.yml to update PATH to expose CUDA codegen backend.
1 parent f016d39 commit 98fc439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
- name: Add rustup components
6868
run: rustup component add rustfmt clippy
6969

70+
- name: Update PATH to expose CUDA codegen backend
71+
shell: pwsh
72+
run: |
73+
echo "$env:CUDA_PATH\nvvm\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
74+
7075
- name: Verify CUDA, Rust installation
7176
run: |
7277
nvcc --version

0 commit comments

Comments
 (0)