Device ID/family corrections for gfx9xx

Change-Id: Icb25fbbaeb99ce886a2852b48d02875ee0f197a2
This commit is contained in:
Chris Freehill
2017-11-10 14:46:41 -06:00
parent 6e1b9288f6
commit 651ae1bf70
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -204,6 +204,10 @@ const IsaRegistry::IsaMap IsaRegistry::GetSupportedIsas() {
ISAREG_ENTRY_GEN(9, 0, 1)
ISAREG_ENTRY_GEN(9, 0, 2)
ISAREG_ENTRY_GEN(9, 0, 3)
ISAREG_ENTRY_GEN(9, 0, 4)
ISAREG_ENTRY_GEN(9, 0, 5)
ISAREG_ENTRY_GEN(9, 0, 6)
ISAREG_ENTRY_GEN(9, 0, 7)
return supported_isas;
}