From 8d96c2c71f77033d7567905774fdf4ebfac4abcb Mon Sep 17 00:00:00 2001 From: Amber Lin Date: Fri, 19 Jun 2020 15:52:08 -0400 Subject: [PATCH] libhsakmt: Add device ID used in Simnow Simnow simulator uses 0x7400 as gfx90a's device ID Signed-off-by: Amber Lin Change-Id: I0022509ef643760bc906e537b4fc64f1523fd8bf [ROCm/ROCR-Runtime commit: 8c6dd3cbae4756158dd35599ca7585fb18ed651f] --- projects/rocr-runtime/src/topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/src/topology.c b/projects/rocr-runtime/src/topology.c index 368be3aaa8..dc3c812378 100644 --- a/projects/rocr-runtime/src/topology.c +++ b/projects/rocr-runtime/src/topology.c @@ -228,6 +228,7 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = { { 0x52, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x60, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x62, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, + { 0x7400, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, /* Navi10 */ { 0x7310, 10, 1, 0, 1, "Navi10", CHIP_NAVI10 }, { 0x7312, 10, 1, 0, 1, "Navi10", CHIP_NAVI10 },