mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
[ROCm] Add ROCm5.6 to python package pipeline (#16572)
Add ROCm5.6 to python package pipeline.
This commit is contained in:
parent
13cc6192e5
commit
d540c7da0f
1 changed files with 15 additions and 3 deletions
|
|
@ -38,15 +38,27 @@ stages:
|
|||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.8'
|
||||
RocmVersion: '5.5'
|
||||
RocmVersion: '5.6'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.9'
|
||||
RocmVersion: '5.6'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.10'
|
||||
RocmVersion: '5.6'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.8'
|
||||
RocmVersion: '5.6'
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.9'
|
||||
RocmVersion: '5.5'
|
||||
RocmVersion: '5.6'
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.10'
|
||||
RocmVersion: '5.5'
|
||||
RocmVersion: '5.6'
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
|
|
|
|||
Loading…
Reference in a new issue