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 d79a30a commit 824fb65Copy full SHA for 824fb65
script/cuda.sh
@@ -102,7 +102,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
102
sudo apt search cuda
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
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