Update docker build workflows for gfx942 ROCm 7.0. (#9794)
Co-authored-by: Hubert Lu <Hubert.Lu@amd.com>
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
environment: 'prod'
|
environment: 'prod'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
gpu_arch: ['gfx942', 'gfx950']
|
gpu_arch: ['gfx942', 'gfx942-rocm700', 'gfx950']
|
||||||
build_type: ['all', 'srt']
|
build_type: ['all', 'srt']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -41,6 +41,8 @@ jobs:
|
|||||||
|
|
||||||
if [ "${{ matrix.gpu_arch }}" = "gfx942" ]; then
|
if [ "${{ matrix.gpu_arch }}" = "gfx942" ]; then
|
||||||
rocm_tag="rocm630-mi30x"
|
rocm_tag="rocm630-mi30x"
|
||||||
|
elif [ "${{ matrix.gpu_arch }}" = "gfx942-rocm700" ]; then
|
||||||
|
rocm_tag="rocm700-mi30x"
|
||||||
elif [ "${{ matrix.gpu_arch }}" = "gfx950" ]; then
|
elif [ "${{ matrix.gpu_arch }}" = "gfx950" ]; then
|
||||||
rocm_tag="rocm700-mi35x"
|
rocm_tag="rocm700-mi35x"
|
||||||
else
|
else
|
||||||
|
|||||||
4
.github/workflows/release-docker-amd.yml
vendored
4
.github/workflows/release-docker-amd.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
environment: 'prod'
|
environment: 'prod'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
gpu_arch: ['gfx942', 'gfx950']
|
gpu_arch: ['gfx942', 'gfx942-rocm700', 'gfx950']
|
||||||
build_type: ['all', 'srt']
|
build_type: ['all', 'srt']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -32,6 +32,8 @@ jobs:
|
|||||||
|
|
||||||
if [ "${{ matrix.gpu_arch }}" = "gfx942" ]; then
|
if [ "${{ matrix.gpu_arch }}" = "gfx942" ]; then
|
||||||
rocm_tag="rocm630-mi30x"
|
rocm_tag="rocm630-mi30x"
|
||||||
|
elif [ "${{ matrix.gpu_arch }}" = "gfx942-rocm700" ]; then
|
||||||
|
rocm_tag="rocm700-mi30x"
|
||||||
elif [ "${{ matrix.gpu_arch }}" = "gfx950" ]; then
|
elif [ "${{ matrix.gpu_arch }}" = "gfx950" ]; then
|
||||||
rocm_tag="rocm700-mi35x"
|
rocm_tag="rocm700-mi35x"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user