Skip to content

Commit

Permalink
[ROCm] Remove ROCm5.4.2, ROCm 5.5 and add ROCm5.7 to python package p…
Browse files Browse the repository at this point in the history
…ipeline (#17668)

- Remove ROCm5.4.2, ROCm 5.5 and add ROCm5.7 to python package pipeline

- Remove redundant arg
  • Loading branch information
PeixuanZuo authored Sep 25, 2023
1 parent ce287a4 commit 216214b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,51 +14,39 @@ stages:
- 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.10'
RocmVersion: '5.4.2'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.8'
RocmVersion: '5.5'
RocmVersion: '5.6'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.9'
RocmVersion: '5.5'
RocmVersion: '5.6'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.10'
RocmVersion: '5.5'
RocmVersion: '5.6'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.8'
RocmVersion: '5.6'
RocmVersion: '5.7'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.9'
RocmVersion: '5.6'
RocmVersion: '5.7'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.10'
RocmVersion: '5.6'
RocmVersion: '5.7'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.8'
RocmVersion: '5.6'
RocmVersion: '5.7'
BuildConfig: 'RelWithDebInfo'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.9'
RocmVersion: '5.6'
RocmVersion: '5.7'
BuildConfig: 'RelWithDebInfo'
- template: templates/rocm.yml
parameters:
PythonVersion: '3.10'
RocmVersion: '5.6'
RocmVersion: '5.7'
BuildConfig: 'RelWithDebInfo'
1 change: 0 additions & 1 deletion tools/ci_build/github/azure-pipelines/templates/rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
--build-arg INSTALL_DEPS_EXTRA_ARGS=-tmur
--build-arg BUILD_UID=$(id -u)
--network=host --build-arg POLICY=manylinux_2_28 --build-arg PLATFORM=x86_64
--build-arg ROCM_VERSION=$(RocmVersion)
--build-arg DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-12/root
--build-arg PREPEND_PATH=/opt/rh/gcc-toolset-12/root/usr/bin:
--build-arg LD_LIBRARY_PATH_ARG=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib:/opt/rh/gcc-toolset-12/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-12/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib
Expand Down

0 comments on commit 216214b

Please sign in to comment.