Skip to content

Commit

Permalink
[ROCm] Add ROCm5.6 to python package pipeline (#16572)
Browse files Browse the repository at this point in the history
Add ROCm5.6 to python package pipeline.
  • Loading branch information
PeixuanZuo authored Jul 4, 2023
1 parent 13cc619 commit d540c7d
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d540c7d

Please sign in to comment.