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 0fd667b commit a880088Copy full SHA for a880088
.github/workflows/dependencies/dependencies_nvcc11.sh
@@ -35,5 +35,6 @@ sudo apt-get install -y \
35
cuda-minimal-build-11-2 \
36
cuda-nvml-dev-11-2 \
37
cuda-nvtx-11-2 \
38
- libcurand-dev-11-2
+ libcurand-dev-11-2 \
39
+ libcusparse-dev-11-2
40
sudo ln -s cuda-11.2 /usr/local/cuda
.github/workflows/dependencies/hip.sh
@@ -52,6 +52,7 @@ sudo apt-get install -y --no-install-recommends \
52
rocfft-dev \
53
rocprim-dev \
54
rocrand-dev \
55
+ rocsparse-dev \
56
hiprand-dev
57
58
# activate
0 commit comments