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 c032245 commit 53ccaceCopy full SHA for 53ccace
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
"https://developer.download.nvidia.com/compute/cuda/12.4.0/network_installers/cuda_12.4.0_windows_network.exe" `
90
-OutFile cuda.exe
91
Start-Process -Wait -FilePath .\cuda.exe -ArgumentList `
92
- "-s nvcc_12.4 cudart_12.4"
+ "-s nvcc_12.4 cudart_12.4 curand_dev_12.4 cublas_dev_12.4 cusparse_dev_12.4"
93
echo "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
94
echo "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
95
0 commit comments