[ROCm] add rocm5.4.2 to python package pipeline (#15081)

add rocm5.4.2 to python package pipeline:
https://download.onnxruntime.ai/onnxruntime_nightly_rocm542.html
This commit is contained in:
PeixuanZuo 2023-03-20 10:30:14 +08:00 committed by GitHub
parent e42f7487df
commit 32a4eebc17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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