From 992d1aef5bee9da5e9a65f32f0c59b80fbb81e90 Mon Sep 17 00:00:00 2001 From: Oak Zeng Date: Wed, 25 Nov 2020 10:06:53 -0600 Subject: [PATCH] Support gfx90a real asic device id Change-Id: Ib223b4e890899c3c4e468993a88f849bccc5d182 Signed-off-by: Oak Zeng [ROCm/ROCR-Runtime commit: 50debca7e9f52bfbceb6f8d77f164d964b0bbae8] --- projects/rocr-runtime/src/topology.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/rocr-runtime/src/topology.c b/projects/rocr-runtime/src/topology.c index e5fb85e406..5be3c9af5a 100644 --- a/projects/rocr-runtime/src/topology.c +++ b/projects/rocr-runtime/src/topology.c @@ -230,6 +230,9 @@ static const struct hsa_gfxip_table gfxip_lookup_table[] = { { 0x60, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x62, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x7400, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, + { 0x7408, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, + { 0x740C, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, + { 0x740F, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, { 0x46, 9, 0, 10, 1, "Aldebaran", CHIP_ALDEBARAN }, /* Navi10 */ { 0x7310, 10, 1, 0, 1, "Navi10", CHIP_NAVI10 },