Skip to content

Commit 0f267e9

Browse files
WBobbyyanyao-wang
andauthored
Add ROCm5.2.1/AMDGPU support (#1046)
* Fix baseurl link in CentOS for ROCm5.2 * Add ROCm5.2.1/AMDGPU support Co-authored-by: Wang, Yanyao <[email protected]>
1 parent 9db2776 commit 0f267e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/docker/common/install_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ver() {
3535
}
3636

3737
# 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" )
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" )
3939

4040
install_ubuntu() {
4141
apt-get update

0 commit comments

Comments
 (0)