mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
[ROCm] Add ROCm Debug wheels to private ADO Feeds (#17887)
Add ROCm Debug wheels to private ADO Feeds
This commit is contained in:
parent
07317316cc
commit
0c5b1598d3
2 changed files with 5 additions and 6 deletions
|
|
@ -24,24 +24,23 @@ stages:
|
|||
PythonVersion: '3.10'
|
||||
RocmVersion: '5.7'
|
||||
|
||||
- stage: "Python_Packaging_ROCm57_RelWithDebInfo"
|
||||
condition: ne(variables['ORT_DISABLE_PYTHON_PACKAGE_LOCAL_VERSION'], 'true')
|
||||
- stage: "Python_Packaging_ROCm57_Debug"
|
||||
jobs:
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.8'
|
||||
RocmVersion: '5.7'
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
BuildConfig: 'Debug'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.9'
|
||||
RocmVersion: '5.7'
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
BuildConfig: 'Debug'
|
||||
- template: templates/rocm.yml
|
||||
parameters:
|
||||
PythonVersion: '3.10'
|
||||
RocmVersion: '5.7'
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
BuildConfig: 'Debug'
|
||||
|
||||
- stage: "Python_Packaging_ROCm56_Release"
|
||||
condition: ne(variables['ORT_DISABLE_PYTHON_PACKAGE_LOCAL_VERSION'], 'true')
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
${{ if eq(parameters.BuildConfig, 'Release') }}:
|
||||
value: 'onnxruntime_rocm'
|
||||
${{ else }}:
|
||||
value: 'onnxruntime_rocm_enable_profiling'
|
||||
value: 'onnxruntime_rocm_Debug'
|
||||
|
||||
steps:
|
||||
- task: CmdLine@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue