Skip to content

Commit

Permalink
rocm 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Feb 13, 2025
1 parent b3ba58b commit aee89b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ if [[ "$os" == "Linux" ]]; then
fi
if [[ "$FC" == "amdflang" ]]; then
$MYSUDO apt-get install -y wget gnupg2 coreutils dialog tzdata
rocm_version=5.6.1
rocm_version=6.2.4
tries=0 ; until [ "$tries" -ge 10 ] ; do \
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | $MYSUDO apt-key add - \
&& break ; \
Expand Down

0 comments on commit aee89b5

Please sign in to comment.