From 79a238eb78fea438c300360f0892a2aab6c46fbe Mon Sep 17 00:00:00 2001 From: Konstantin Zhuravlyov Date: Fri, 9 Jun 2017 14:03:15 -0400 Subject: [PATCH] Update hsa_isa_t entries - Add 7.0.2 (consumer hawaii) - Add 9.0.1 (gfx900 with xnack) - Add 9.0.2 - Add 9.0.3 Change-Id: I6a07797027c4eaf47038837c5ae51e05b2aba0e4 [ROCm/ROCR-Runtime commit: d98e99949a18e3f7b73966b1c6942d9914384193] --- .../rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp index 363d6c20d5..a4a15fa03f 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp @@ -196,10 +196,14 @@ const IsaRegistry::IsaMap IsaRegistry::GetSupportedIsas() { ISAREG_ENTRY_GEN(7, 0, 0) ISAREG_ENTRY_GEN(7, 0, 1) + ISAREG_ENTRY_GEN(7, 0, 2) ISAREG_ENTRY_GEN(8, 0, 1) ISAREG_ENTRY_GEN(8, 0, 2) ISAREG_ENTRY_GEN(8, 0, 3) ISAREG_ENTRY_GEN(9, 0, 0) + ISAREG_ENTRY_GEN(9, 0, 1) + ISAREG_ENTRY_GEN(9, 0, 2) + ISAREG_ENTRY_GEN(9, 0, 3) return supported_isas; }