Add xnack isa recognition to gfx1030.

Change-Id: I99301a62f1952b6a3cc548272f4129ad8c0542da
This commit is contained in:
Sean Keely
2020-06-30 17:23:18 -05:00
parent ddfe07871a
commit dc7e5e7e46
+1
View File
@@ -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;
}