Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4750cddf
Unverified
Commit
4750cddf
authored
Sep 01, 2025
by
Sai Enduri
Committed by
GitHub
Sep 01, 2025
Browse files
Update docker build workflows for gfx942 ROCm 7.0. (#9794)
Co-authored-by:
Hubert Lu
<
Hubert.Lu@amd.com
>
parent
065e523d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.github/workflows/release-docker-amd-nightly.yml
.github/workflows/release-docker-amd-nightly.yml
+3
-1
.github/workflows/release-docker-amd.yml
.github/workflows/release-docker-amd.yml
+3
-1
No files found.
.github/workflows/release-docker-amd-nightly.yml
View file @
4750cddf
...
@@ -19,7 +19,7 @@ jobs:
...
@@ -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:
...
@@ -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
...
...
.github/workflows/release-docker-amd.yml
View file @
4750cddf
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -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:
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment