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 0f267e9 commit 1af6b1cCopy full SHA for 1af6b1c
.circleci/docker/common/install_rocm.sh
@@ -35,7 +35,7 @@ ver() {
35
}
36
37
# Map ROCm version to AMDGPU version
38
-declare -A AMDGPU_VERSIONS=( ["4.5.2"]="21.40.2" ["5.0"]="21.50" ["5.2"]="22.20" ["5.2.1"]="22.20.1" )
+declare -A AMDGPU_VERSIONS=( ["4.5.2"]="21.40.2" ["5.0"]="21.50" ["5.2"]="22.20" ["5.2.1"]="22.20.1" ["5.2.3"]="22.20.3" )
39
40
install_ubuntu() {
41
apt-get update
0 commit comments