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 778a37d commit 0a2e94dCopy full SHA for 0a2e94d
.circleci/docker/common/install_rocm.sh
@@ -30,7 +30,7 @@ ver() {
30
}
31
32
# Map ROCm version to AMDGPU version
33
-declare -A AMDGPU_VERSIONS=( ["4.5.2"]="21.40.2" ["5.0"]="21.50" ["5.0.1"]="21.50.1" ["5.1"]="22.10" ["5.1.1"]="22.10.1" ["5.1.3"]="22.10.3" ["5.2"]="22.20" )
+declare -A AMDGPU_VERSIONS=( ["4.5.2"]="21.40.2" ["5.0"]="21.50" ["5.0.1"]="21.50.1" ["5.1"]="22.10" ["5.1.1"]="22.10.1" ["5.1.3"]="22.10.3" ["5.2"]="22.20" ["5.2.3"]="22.20.3" )
34
35
install_ubuntu() {
36
apt-get update
0 commit comments