rocm 6.2.4

This commit is contained in:
edoapra 2025-02-12 17:56:57 -08:00
parent b3ba58b31d
commit aee89b5a17
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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 ; \