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; }