Skip to content

Commit 8757708

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependencies/dependencies_nvcc11.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)