We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd80d5 commit b17550bCopy full SHA for b17550b
.github/workflows/dependencies/dependencies_hip.sh
@@ -57,7 +57,8 @@ sudo apt-get install -y --no-install-recommends \
57
roctracer-dev \
58
rocprofiler-dev \
59
rocrand-dev \
60
- rocprim-dev
+ rocprim-dev \
61
+ rocsparse-dev
62
63
# activate
64
#
.github/workflows/dependencies/dependencies_nvcc11.sh
@@ -39,6 +39,7 @@ sudo apt-get install -y \
39
cuda-minimal-build-11-2 \
40
cuda-nvml-dev-11-2 \
41
cuda-nvtx-11-2 \
42
- libcurand-dev-11-2
+ libcurand-dev-11-2 \
43
+ libcusparse-dev-11-2
44
sudo ln -s cuda-11.2 /usr/local/cuda
45
0 commit comments