Add gfx1035 for yellow carp

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Change-Id: I1e3e44352b5825fc0f249c39aed703d4990995ca


[ROCm/ROCR-Runtime commit: 4032070c3e]
This commit is contained in:
Aaron Liu
2021-06-08 16:38:26 +08:00
parent 32766de851
commit eb72821574
7 changed files with 9 additions and 3 deletions
@@ -310,6 +310,7 @@ constexpr size_t hsa_name_size = 63;
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)
ISAREG_ENTRY_GEN("gfx1035", 10, 3, 5, unsupported, unsupported)
#undef ISAREG_ENTRY_GEN
return supported_isas;
}