Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c5f685b3
Unverified
Commit
c5f685b3
authored
Nov 10, 2025
by
JartX
Committed by
GitHub
Nov 09, 2025
Browse files
[ROCm][Platform] Add RX7900XTX device id in _ROCM_DEVICE_ID_NAME_MAP (#28279)
Signed-off-by:
JartX
<
sagformas@epdcenter.es
>
parent
c4768dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/platforms/rocm.py
vllm/platforms/rocm.py
+1
-0
No files found.
vllm/platforms/rocm.py
View file @
c5f685b3
...
@@ -77,6 +77,7 @@ _ROCM_DEVICE_ID_NAME_MAP: dict[str, str] = {
...
@@ -77,6 +77,7 @@ _ROCM_DEVICE_ID_NAME_MAP: dict[str, str] = {
"0x74b9"
:
"AMD_Instinct_MI325X"
,
# MI325X VF
"0x74b9"
:
"AMD_Instinct_MI325X"
,
# MI325X VF
"0x74a9"
:
"AMD_Instinct_MI300X_HF"
,
"0x74a9"
:
"AMD_Instinct_MI300X_HF"
,
"0x74bd"
:
"AMD_Instinct_MI300X_HF"
,
"0x74bd"
:
"AMD_Instinct_MI300X_HF"
,
"0x744c"
:
"AMD_Radeon_RX7900XTX"
,
}
}
# Prevent use of clashing `{CUDA/HIP}_VISIBLE_DEVICES`
# Prevent use of clashing `{CUDA/HIP}_VISIBLE_DEVICES`
...
...
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