Skip to content

Commit b17550b

Browse files
committed
dependencies for CI
1 parent 2cd80d5 commit b17550b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/dependencies/dependencies_hip.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ sudo apt-get install -y --no-install-recommends \
5757
roctracer-dev \
5858
rocprofiler-dev \
5959
rocrand-dev \
60-
rocprim-dev
60+
rocprim-dev \
61+
rocsparse-dev
6162

6263
# activate
6364
#

.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)