Skip to content

Commit 3497f01

Browse files
authored
Fix CI for ROCm 6.0 (#3673)
Need to explicitly install hiprand package in CI because it's now a standalone project, not a submodule for rocRand according to the release notes.
1 parent 554b1ca commit 3497f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependencies/dependencies_hip.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ sudo apt-get install -y --no-install-recommends \
4343
roctracer-dev \
4444
rocprofiler-dev \
4545
rocrand-dev \
46-
rocprim-dev
46+
rocprim-dev \
47+
hiprand-dev
4748

4849
# activate
4950
#

0 commit comments

Comments
 (0)