mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
[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:
parent
e42f7487df
commit
32a4eebc17
1 changed files with 15 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue