Skip to content

[Issue]: Incorrect GPU Market Name Displayed for RX 9070XT in amd-smi and rocminfo #1737

@catan2001

Description

@catan2001

Problem Description

While testing amd-smi, I noticed an inconsistency in how GPU names are parsed and displayed. Specifically, the RX 9070XT is shown as a generic "AMD Radeon Graphics", rather than its proper marketing name, unlike other GPUs such as the RX 7900 XTX and RX 6700 XT.

Example:

+------------------------------------------------------------------------------+
| AMD-SMI 26.1.0+5cbef4e7      amdgpu version: 6.12.12  ROCm version: 7.9.0    |
| VBIOS version:                                                               |
| Platform: Linux Baremetal                                                    |
|-------------------------------------+----------------------------------------|
| BDF                        GPU-Name | Mem-Uti   Temp   UEC       Power-Usage |
| GPU  HIP-ID  OAM-ID  Partition-Mode | GFX-Uti    Fan               Mem-Usage |
|=====================================+========================================|
| 0000:63:00.0 AMD Radeon RX 7900 XTX | 0 %      29 °C   0            47/327 W |
|   0       0     N/A             N/A | 1 %      0.0 %             27/24560 MB |
|-------------------------------------+----------------------------------------|
| 0000:a3:00.0  AMD Radeon RX 6700 XT | 0 %      28 °C   0            15/203 W |
|   1       2     N/A             N/A | 0 %      0.0 %             15/12272 MB |
|-------------------------------------+----------------------------------------|
| 0000:c3:00.0    AMD Radeon Graphics | 0 %      24 °C   0            12/304 W |
|   2       1     N/A             N/A | 0 %      0.0 %            519/16304 MB |
+-------------------------------------+----------------------------------------+
+------------------------------------------------------------------------------+
| Processes:                                                                   |
|  GPU        PID  Process Name          GTT_MEM  VRAM_MEM  MEM_USAGE     CU % |
|==============================================================================|
|  No running processes found                                                  |
+------------------------------------------------------------------------------+

The GPU should be displayed as "AMD Radeon RX 9070 XT", consistent with the naming convention used for other Radeon GPUs.

Operating System

Ubuntu 24.04.3 LTS (Noble Numbat)

CPU

2 x AMD EPYC 7453 28-Core Processor

GPU

AMD Radeon RX 7900 XTX, AMD Radeon RX 9070 XT, AMD Radeon RX 6700 XT

ROCm Version

7.9.0

ROCm Component

amdsmi

Steps to Reproduce

  1. Build ROCm with TheRock
  2. Run rocminfo or amd-smi

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

Metadata

Metadata

Assignees

Labels

status: triageIndicates an issue has been assigned for investigation.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions