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 8024f20 commit 021840fCopy full SHA for 021840f
scripts/actions/install-cuda-windows.sh
@@ -12,6 +12,7 @@ CUDA_PACKAGES_IN=(
12
"curand_dev"
13
"cublas_dev"
14
"cufft_dev"
15
+ "visual_studio_integration"
16
)
17
18
CUDA_VERSION_MAJOR_MINOR=${cuda}
@@ -33,8 +34,3 @@ echo "CUDA_PACKAGES ${CUDA_PACKAGES}"
33
34
curl --netrc-optional -L -nv -o cuda_installer.exe "https://developer.download.nvidia.com/compute/cuda/${cuda}/network_installers/cuda_${cuda}_windows_network.exe"
35
./cuda_installer.exe -s ${CUDA_PACKAGES}
36
rm -f cuda_installer.exe
-
37
-CUDA_PATH="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v${CUDA_MAJOR}.${CUDA_MINOR}"
38
-echo "CUDA_PATH=${CUDA_PATH}"
39
-export CUDA_PATH=${CUDA_PATH}
40
0 commit comments