From 738a69caebffdcd50550335cdb3aa2071ce7f1b7 Mon Sep 17 00:00:00 2001 From: Yong Zhao Date: Thu, 7 Dec 2017 16:08:10 -0500 Subject: [PATCH] Report gfx902 as GFX 9.0.2 This change is needed to match other higher level components. Change-Id: I45114d23f2ed428dfbbb836061b3020c5ab166ec Signed-off-by: Yong Zhao [ROCm/ROCR-Runtime commit: 0f8377463587123553b21b957f92696045fc525b] --- projects/rocr-runtime/src/topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/src/topology.c b/projects/rocr-runtime/src/topology.c index 2cc2ebdba6..5dcceb9edb 100644 --- a/projects/rocr-runtime/src/topology.c +++ b/projects/rocr-runtime/src/topology.c @@ -174,7 +174,7 @@ static struct hsa_gfxip_table { { 0x686C, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, { 0x687F, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, /* Raven */ - { 0x15DD, 9, 0, 3, 0, "Raven", CHIP_RAVEN }, + { 0x15DD, 9, 0, 2, 0, "Raven", CHIP_RAVEN }, /* Vega20 on emulator, treat it as vega10 */ { 0x66A0, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, };