File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8383
8484if [ " ${TRAVIS_OS_NAME} " = " windows" ] && [ " ${IDX} " != " cpu" ]; then
8585 wget -nv " ${CUDA_URL} /${CUDA_FILE} "
86- PowerShell -Command " Start-Process -FilePath \" ${CUDA_FILE} \" -ArgumentList \" -s nvcc_${CUDA_SHORT} \" -Wait -NoNewWindow"
87- ls /c/Program\ Files\ \( x86\) /Microsoft\ Visual\ Studio/2017
86+ PowerShell -Command " Start-Process -FilePath \" ${CUDA_FILE} \" -ArgumentList \" -s nvcc_${CUDA_SHORT} cusparse_dev_ ${CUDA_SHORT} \" -Wait -NoNewWindow"
87+ ls /c/Program\ Files\ \( x86\) /Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC
8888 CUDA_HOME=/c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}
8989 PATH=${CUDA_HOME} /bin:$PATH
9090 PATH=/c/Program\ Files\ \( x86\) /Microsoft\ Visual\ Studio/2017/BuildTools/MSBuild/15.0/Bin:$PATH
You can’t perform that action at this time.
0 commit comments