We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f016d39 commit 98fc439Copy full SHA for 98fc439
.github/workflows/ci_windows.yml
@@ -67,6 +67,11 @@ jobs:
67
- name: Add rustup components
68
run: rustup component add rustfmt clippy
69
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
+
75
- name: Verify CUDA, Rust installation
76
run: |
77
nvcc --version
0 commit comments