Skip to content

Commit

Permalink
Install cuSPARSE for the CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Dec 17, 2024
1 parent 46d1392 commit 76a1b11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependencies/dependencies_nvcc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda

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

sudo apt-get update
Expand All @@ -39,6 +39,7 @@ sudo apt-get install -y \
cuda-minimal-build-11-2 \
cuda-nvml-dev-11-2 \
cuda-nvtx-11-2 \
libcurand-dev-11-2
libcurand-dev-11-2 \
libcusparse-dev-11-2
sudo ln -s cuda-11.2 /usr/local/cuda

0 comments on commit 76a1b11

Please sign in to comment.