File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11language : shell
22
33os :
4- # - linux
4+ - linux
55 # - osx
66 - windows
77
88env :
99 global :
1010 - CUDA_HOME=/usr/local/cuda
1111 jobs :
12- # - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cpu
12+ - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cpu
1313 # - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cu92
1414 # - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cu100
1515 # - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cu101
Original file line number Diff line number Diff line change 7878
7979if [ " ${TRAVIS_OS_NAME} " = " windows" ] && [ " ${IDX} " != " cpu" ]; then
8080 wget -nv " https://developer.nvidia.com/compute/cuda/${CUDA_SHORT} /Prod2/local_installers2/cuda_${CUDA} _win10"
81- ls
8281 PowerShell -Command " Start-Process -FilePath \" cuda_${CUDA} _win10\" -ArgumentList \" -s nvcc_${CUDA_SHORT} \" -Wait -NoNewWindow"
83- ls /c
84- ls /c/Program\ Files\ \( x86\)
85- # ls /c/Program\ Files\ \(x86\)/NVIDIA\ GPU\ Computing\ Toolkit
86- # ls /c/Program\ Files\ \(x86\)/NVIDIA\ GPU\ Computing\ Toolkit/CUDA
87- # ls /c/Program\ Files\ \(x86\)/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v9.2
8882 ls /c/Program\ Files
89- # ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit
90- # ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA
91- # ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v9.2
83+ ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit
84+ ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA
85+ ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}
86+ PATH=/c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT} /bin:$PATH
87+ nvcc --version
9288fi
You can’t perform that action at this time.
0 commit comments