Skip to content

Commit c5f685b

Browse files
authored
[ROCm][Platform] Add RX7900XTX device id in _ROCM_DEVICE_ID_NAME_MAP (#28279)
Signed-off-by: JartX <sagformas@epdcenter.es>
1 parent c4768dc commit c5f685b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/platforms/rocm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"0x74b9": "AMD_Instinct_MI325X", # MI325X VF
7878
"0x74a9": "AMD_Instinct_MI300X_HF",
7979
"0x74bd": "AMD_Instinct_MI300X_HF",
80+
"0x744c": "AMD_Radeon_RX7900XTX",
8081
}
8182

8283
# Prevent use of clashing `{CUDA/HIP}_VISIBLE_DEVICES`

0 commit comments

Comments
 (0)