Skip to content

Commit 7927a40

Browse files
authored
CI: Fix ROCm 6.0 hiprand (#485)
Now a separate package.
1 parent 3da108f commit 7927a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependencies/hip-openmpi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ sudo apt-get install -y --no-install-recommends \
3636
rocm-dev \
3737
rocfft-dev \
3838
rocprim-dev \
39-
rocrand-dev
39+
rocrand-dev \
40+
hiprand-dev
4041

4142
# activate
4243
#

0 commit comments

Comments
 (0)