From 071c31f51671414f1abf62da414f0948c2f8d592 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Fri, 24 Mar 2017 16:03:46 -0400 Subject: [PATCH] Add missing gfx900 device IDs Change-Id: Ica5deb000279a508106125461af64a3851294b0a Signed-off-by: Felix Kuehling [ROCm/ROCR-Runtime commit: 53838c981827feb58106ca19aa15388a4394ece2] --- projects/rocr-runtime/src/topology.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/rocr-runtime/src/topology.c b/projects/rocr-runtime/src/topology.c index 29cec2883f..e0ad458d20 100644 --- a/projects/rocr-runtime/src/topology.c +++ b/projects/rocr-runtime/src/topology.c @@ -165,6 +165,11 @@ static struct hsa_gfxip_table { { 0x67FF, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 }, /* Vega10 */ { 0x6860, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, + { 0x6861, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, + { 0x6862, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, + { 0x6863, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, + { 0x6867, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, + { 0x686C, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 }, { 0x687F, 9, 0, 0, 1, "Vega10", CHIP_VEGA10 } };