Add gfx1034 support

Change-Id: I2d4bfcb9012704daf7de10739c966827bd2a09e2
This commit is contained in:
Chris Freehill
2021-03-09 14:18:10 -06:00
committed by Sean Keely
vanhempi 36c54c63f7
commit 8cb686fdc5
6 muutettua tiedostoa jossa 8 lisäystä ja 3 poistoa
@@ -309,6 +309,7 @@ constexpr size_t hsa_name_size = 63;
ISAREG_ENTRY_GEN("gfx1031", 10, 3, 1, unsupported, unsupported)
ISAREG_ENTRY_GEN("gfx1032", 10, 3, 2, unsupported, unsupported)
ISAREG_ENTRY_GEN("gfx1033", 10, 3, 3, unsupported, unsupported)
ISAREG_ENTRY_GEN("gfx1034", 10, 3, 4, unsupported, unsupported)
#undef ISAREG_ENTRY_GEN
return supported_isas;
}