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 4a1bb0a commit d79a30aCopy full SHA for d79a30a
script/cuda.sh
@@ -100,7 +100,9 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
100
sudo apt-key add /var/cuda-repo-ubuntu1804-11-0-local/7fa2af80.pub
101
sudo apt update -qq
102
sudo apt search cuda
103
- sudo apt install cuda-nvcc-11-0 libcusolver-dev-11-0 libcusparse7.5 libcurand7.5
+ sudo apt install cuda-nvcc-11-0
104
+ sudo apt install cuda-libraries-11-0
105
+ sudo apt libcusolver-dev-11-0 libcusparse7.5 libcurand7.5
106
sudo apt clean
107
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
108
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
0 commit comments