Skip to content

Commit

Permalink
[ROCm] add rocm5.4.2 to python package pipeline (#15081)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeixuanZuo authored Mar 20, 2023
1 parent e42f748 commit 32a4eeb
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 32a4eeb

Please sign in to comment.