[ROCm] Add ROCm5.4 to python package pipeline (#14012)

Add ROCm5.4 to python package pipeline.
The download link of ROCm5.4 nightly build whl is
https://download.onnxruntime.ai/onnxruntime_nightly_rocm54.html
The download linkd of ROCm5.4 nightly build whl with profiling is
https://download.onnxruntime.ai/onnxruntime_nightly_rocm54.profiling.html

Co-authored-by: peixuanzuo <peixuanzuo@linmif39a000004.zvflicr54joexhdgnhvmxrxygg.phxx.internal.cloudapp.net>
This commit is contained in:
PeixuanZuo 2022-12-22 10:01:40 +08:00 committed by GitHub
parent ab2dd8dfaf
commit b5fd2a6a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,15 +38,27 @@ stages:
- template: templates/rocm.yml
parameters:
PythonVersion: '3.7'
RocmVersion: '5.3.2'
RocmVersion: '5.4'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.8'
RocmVersion: '5.4'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.9'
RocmVersion: '5.4'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.7'
RocmVersion: '5.4'
BuildConfig: 'RelWithDebInfo'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.8'
RocmVersion: '5.3.2'
RocmVersion: '5.4'
BuildConfig: 'RelWithDebInfo'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.9'
RocmVersion: '5.3.2'
RocmVersion: '5.4'
BuildConfig: 'RelWithDebInfo'