From d095c05aae03f1abcecbceacaac99f8e832a6dfa Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Tue, 30 Jun 2020 17:23:18 -0500 Subject: [PATCH] Add xnack isa recognition to gfx1030. Change-Id: I99301a62f1952b6a3cc548272f4129ad8c0542da [ROCm/ROCR-Runtime commit: dc7e5e7e46f1ed73ce34e775cc04b92900778132] --- projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp | 1 + 1 file changed, 1 insertion(+) 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 5b6e1ae408..9e661f9e78 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/isa.cpp @@ -237,6 +237,7 @@ const IsaRegistry::IsaMap IsaRegistry::GetSupportedIsas() { ISAREG_ENTRY_GEN(10, 1, 2, false, false) ISAREG_ENTRY_GEN(10, 1, 2, true, false) ISAREG_ENTRY_GEN(10, 3, 0, false, false) + ISAREG_ENTRY_GEN(10, 3, 0, true, false) return supported_isas; }