Skip to content

Commit 76a1b11

Browse files
committed
Install cuSPARSE for the CI workflows
1 parent 46d1392 commit 76a1b11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dependencies/dependencies_nvcc11.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda
2828

2929
#sudo wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
3030
#sudo apt-key add 7fa2af80.pub
31-
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 /" \
31+
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/" \
3232
| sudo tee /etc/apt/sources.list.d/cuda.list
3333

3434
sudo apt-get update
@@ -39,6 +39,7 @@ sudo apt-get install -y \
3939
cuda-minimal-build-11-2 \
4040
cuda-nvml-dev-11-2 \
4141
cuda-nvtx-11-2 \
42-
libcurand-dev-11-2
42+
libcurand-dev-11-2 \
43+
libcusparse-dev-11-2
4344
sudo ln -s cuda-11.2 /usr/local/cuda
4445

0 commit comments

Comments
 (0)