Correct gfx90c gfx arch number in HSA topology

The AMD compiler team has confirmed that they expect gfx90c
to be gfx90c, with a major/minor/stepping of 9, 0, and 12
respectively. It appears that there is a typo in the libhsakmt
topology information that lists this part as gfx902. This patch
fixes the issue.

Signed-off-by: Joseph Greathouse <Joseph.Greathouse@amd.com>
Change-Id: I6f907a7aa6f190b12aba8bb4210c7b341b3c720b


[ROCm/ROCR-Runtime commit: a06d1a3884]
Этот коммит содержится в:
Joseph Greathouse
2021-10-29 18:55:56 -05:00
коммит произвёл Graham Sider
родитель 22a9a73290
Коммит c60cb043e6
+5 -5
Просмотреть файл
@@ -204,11 +204,6 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = {
/* Raven */
{ 0x15DD, 9, 0, 2, "Raven" },
{ 0x15D8, 9, 0, 2, "Raven" },
/* Renoir */
{ 0x15E7, 9, 0, 2, "Renoir" },
{ 0x1636, 9, 0, 2, "Renoir" },
{ 0x1638, 9, 0, 2, "Renoir" },
{ 0x164C, 9, 0, 2, "Renoir" },
/* Vega20 */
{ 0x66A0, 9, 0, 6, "Vega20" },
{ 0x66A1, 9, 0, 6, "Vega20" },
@@ -227,6 +222,11 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = {
{ 0x740C, 9, 0, 10, "Aldebaran" },
{ 0x740F, 9, 0, 10, "Aldebaran" },
{ 0x7410, 9, 0, 10, "Aldebaran" },
/* Renoir */
{ 0x15E7, 9, 0, 12, "Renoir" },
{ 0x1636, 9, 0, 12, "Renoir" },
{ 0x1638, 9, 0, 12, "Renoir" },
{ 0x164C, 9, 0, 12, "Renoir" },
/* Navi10 */
{ 0x7310, 10, 1, 0, "Navi10" },
{ 0x7312, 10, 1, 0, "Navi10" },