Unverified Commit 4750cddf authored by Sai Enduri's avatar Sai Enduri Committed by GitHub
Browse files

Update docker build workflows for gfx942 ROCm 7.0. (#9794)


Co-authored-by: default avatarHubert Lu <Hubert.Lu@amd.com>
parent 065e523d
......@@ -19,7 +19,7 @@ jobs:
environment: 'prod'
strategy:
matrix:
gpu_arch: ['gfx942', 'gfx950']
gpu_arch: ['gfx942', 'gfx942-rocm700', 'gfx950']
build_type: ['all', 'srt']
steps:
- name: Checkout repository
......@@ -41,6 +41,8 @@ jobs:
if [ "${{ matrix.gpu_arch }}" = "gfx942" ]; then
rocm_tag="rocm630-mi30x"
elif [ "${{ matrix.gpu_arch }}" = "gfx942-rocm700" ]; then
rocm_tag="rocm700-mi30x"
elif [ "${{ matrix.gpu_arch }}" = "gfx950" ]; then
rocm_tag="rocm700-mi35x"
else
......
......@@ -14,7 +14,7 @@ jobs:
environment: 'prod'
strategy:
matrix:
gpu_arch: ['gfx942', 'gfx950']
gpu_arch: ['gfx942', 'gfx942-rocm700', 'gfx950']
build_type: ['all', 'srt']
steps:
- name: Checkout repository
......@@ -32,6 +32,8 @@ jobs:
if [ "${{ matrix.gpu_arch }}" = "gfx942" ]; then
rocm_tag="rocm630-mi30x"
elif [ "${{ matrix.gpu_arch }}" = "gfx942-rocm700" ]; then
rocm_tag="rocm700-mi30x"
elif [ "${{ matrix.gpu_arch }}" = "gfx950" ]; then
rocm_tag="rocm700-mi35x"
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment