Skip to content

Commit

Permalink
Need to install cusparse and rocsparse now
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 13, 2024
1 parent 9370e75 commit 55a93ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dependencies/hip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ sudo apt-get install -y --no-install-recommends \
rocfft-dev \
rocprim-dev \
rocrand-dev \
hiprand-dev
hiprand-dev \
rocsparse-dev

# ccache
$(dirname "$0")/ccache.sh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependencies/nvcc11-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ sudo apt-get install -y \
cuda-nvml-dev-11-3 \
cuda-nvtx-11-3 \
libcufft-dev-11-3 \
libcurand-dev-11-3
libcurand-dev-11-3 \
libcusparse-dev-11-3
sudo ln -s cuda-11.3 /usr/local/cuda

# if we run out of temporary storage in CI:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependencies/nvcc11-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ sudo apt-get install -y \
cuda-nvml-dev-11-8 \
cuda-nvtx-11-8 \
libcufft-dev-11-8 \
libcurand-dev-11-8
libcurand-dev-11-8 \
libcusparse-dev-11-8
sudo ln -s cuda-11.8 /usr/local/cuda

# if we run out of temporary storage in CI:
Expand Down

0 comments on commit 55a93ed

Please sign in to comment.