Skip to content

Commit

Permalink
[SWDEV-481002] Fix in Update Market Names
Browse files Browse the repository at this point in the history
Signed-off-by: muthusamy <[email protected]>
Change-Id: I16ea6bdd70f7ed847ef56ddf99dfe66d42c7942a
  • Loading branch information
muthusAMD committed Sep 3, 2024
1 parent b5424c1 commit 3c954e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/amd_smi/amd_smi_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ amdsmi_status_t smi_amdgpu_get_market_name_from_dev_id(uint32_t device_id, char
case 0x74a1:
case 0x74b5:
strcpy(market_name, "MI300X-O");
break;
case 0x74a2:
case 0x74b6:
strcpy(market_name, "MI308X");
Expand Down

0 comments on commit 3c954e7

Please sign in to comment.