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 8ac7b4f commit 4b0816fCopy full SHA for 4b0816f
.github/workflows/ci_windows.yml
@@ -67,6 +67,10 @@ jobs:
67
- name: Add rustup components
68
run: rustup component add rustfmt clippy
69
70
+ - name: Update PATH to expose CUDA codegen backend
71
+ run: |
72
+ $env:PATH += ";C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8\nvvm\bin"
73
+
74
- name: Verify CUDA, Rust installation
75
run: |
76
nvcc --version
0 commit comments