Skip to content

Commit

Permalink
[SWDEV-503491] Updated Market Names
Browse files Browse the repository at this point in the history
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: Ib56c4c96190e18708ef4d0d6358dd8d5b1ee9e6a
  • Loading branch information
Maisam Arif authored and jharryma committed Dec 10, 2024
1 parent efe0d05 commit 0012a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/amd_smi/amd_smi_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,9 @@ amdsmi_status_t smi_amdgpu_get_market_name_from_dev_id(uint32_t device_id, char
case 0x74b6:
strcpy(market_name, "MI308X");
break;
case 0x74a5:
strcpy(market_name, "AMD Instinct MI325X");
break;
case 0x74a9:
case 0x74bd:
strcpy(market_name, "AMD Instinct MI300X HF");
Expand Down

0 comments on commit 0012a68

Please sign in to comment.