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 da64fe2 commit 3414a8eCopy full SHA for 3414a8e
.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" )
+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" )
34
35
install_ubuntu() {
36
apt-get update
0 commit comments