From 9a78aa28c3e9de99e5185bc7921184d23ab0fa94 Mon Sep 17 00:00:00 2001 From: sunway513 Date: Thu, 31 Mar 2022 02:56:40 +0000 Subject: [PATCH] update for rocm5.0.1 --- build_all.sh | 5 +++-- push_all.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build_all.sh b/build_all.sh index 7b207b8..31c41a3 100755 --- a/build_all.sh +++ b/build_all.sh @@ -1,5 +1,6 @@ -ROCM_VERSION=5.0 -AMDGPU_VERSION=21.50 +ROCM_VERSION=5.0.1 +AMDGPU_VERSION=21.50.1 + cp -r scripts rocm-terminal cp -r scripts dev diff --git a/push_all.sh b/push_all.sh index 256a8a2..8295e81 100755 --- a/push_all.sh +++ b/push_all.sh @@ -1,4 +1,4 @@ -ROCM_VERSION=5.0 +ROCM_VERSION=5.0.1 sudo docker push rocm/dev-ubuntu-18.04:$ROCM_VERSION sudo docker push rocm/dev-ubuntu-20.04:$ROCM_VERSION sudo docker push rocm/dev-centos-7:$ROCM_VERSION