Revert "Revert "Add support for GC 11.5.0 and 11.5.1""

This reverts commit a8e34eaec8.

gfx1150/1151 is merged into mainline now.

Change-Id: Id179949318a37888c74abb5a8610d95bc2f22906


[ROCm/ROCR-Runtime commit: 991bbdcf24]
This commit is contained in:
Lang Yu
2023-11-18 11:14:33 +08:00
committed by David Yat Sin
vanhempi 663b461512
commit 43ae931ad5
9 muutettua tiedostoa jossa 31 lisäystä ja 3 poistoa
@@ -347,6 +347,8 @@ constexpr size_t hsa_name_size = 63;
ISAREG_ENTRY_GEN("gfx1101", 11, 0, 1, unsupported, unsupported, 32)
ISAREG_ENTRY_GEN("gfx1102", 11, 0, 2, unsupported, unsupported, 32)
ISAREG_ENTRY_GEN("gfx1103", 11, 0, 3, unsupported, unsupported, 32)
ISAREG_ENTRY_GEN("gfx1150", 11, 5, 0, unsupported, unsupported, 32)
ISAREG_ENTRY_GEN("gfx1151", 11, 5, 1, unsupported, unsupported, 32)
#undef ISAREG_ENTRY_GEN
return supported_isas;
}