[ROCm] Add ROCm Debug wheels to private ADO Feeds (#17887)

Add ROCm Debug wheels to private ADO Feeds
This commit is contained in:
PeixuanZuo 2023-10-13 10:28:10 +08:00 committed by GitHub
parent 07317316cc
commit 0c5b1598d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -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')

View file

@ -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