[ROCm] Revert CI pipeline to ROCm5.2.3 (#13297)

### Description
<!-- Describe your changes. -->

Unit test with ROCm5.3 slower than ROCm5.2.3. Revert to ROCm5.2.3.
We will update to ROCm5.3 when the issue resloved by AMD.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
PeixuanZuo 2022-10-13 01:47:33 +08:00 committed by GitHub
parent 9422438782
commit 6895918b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: render
value: 109
- name: RocmVersion
value: 5.3
value: 5.2.3
steps:
- checkout: self

View file

@ -17,7 +17,7 @@ jobs:
- name: onnxruntimeBuildSucceeded
value: false
- name: RocmVersion
value: 5.3
value: 5.2.3
# generated from tools/ci_build/github/pai/rocm-ci-pipeline-env.Dockerfile
container:

View file

@ -1,4 +1,4 @@
FROM rocm/pytorch:rocm5.3_ubuntu20.04_py3.7_pytorch_1.12.1
FROM rocm/pytorch:rocm5.2.3_ubuntu20.04_py3.7_pytorch_1.12.1
ENV DEBIAN_FRONTEND noninteractive
ENV MIGRAPHX_DISABLE_FAST_GELU=1

View file

@ -1,4 +1,4 @@
FROM rocm/pytorch:rocm5.3_ubuntu20.04_py3.7_pytorch_1.12.1
FROM rocm/pytorch:rocm5.2.3_ubuntu20.04_py3.7_pytorch_1.12.1
WORKDIR /stage