Skip to content

Commit a880088

Browse files
committed
AMReX 25.01 needs rocsparse/cusparse
AMReX-Codes/amrex#4259
1 parent 0fd667b commit a880088

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dependencies/dependencies_nvcc11.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ sudo apt-get install -y \
3535
cuda-minimal-build-11-2 \
3636
cuda-nvml-dev-11-2 \
3737
cuda-nvtx-11-2 \
38-
libcurand-dev-11-2
38+
libcurand-dev-11-2 \
39+
libcusparse-dev-11-2
3940
sudo ln -s cuda-11.2 /usr/local/cuda

.github/workflows/dependencies/hip.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ sudo apt-get install -y --no-install-recommends \
5252
rocfft-dev \
5353
rocprim-dev \
5454
rocrand-dev \
55+
rocsparse-dev \
5556
hiprand-dev
5657

5758
# activate

0 commit comments

Comments
 (0)