Skip to content

Commit d79a30a

Browse files
committed
cuda libraries
1 parent 4a1bb0a commit d79a30a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/cuda.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
100100
sudo apt-key add /var/cuda-repo-ubuntu1804-11-0-local/7fa2af80.pub
101101
sudo apt update -qq
102102
sudo apt search cuda
103-
sudo apt install cuda-nvcc-11-0 libcusolver-dev-11-0 libcusparse7.5 libcurand7.5
103+
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
104106
sudo apt clean
105107
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
106108
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)