Update RGA backend to include gfx1034

This commit is contained in:
baldurk
2022-02-14 13:32:14 +00:00
parent 9b9a67e8da
commit a2df3de613
2 changed files with 2 additions and 0 deletions
@@ -61,6 +61,7 @@ const GCNISA::asic GCNISA::asicInfo[] = {
{"RDNA2 (gfx1030)", "1030", FAMILY_NV, NV_NAVI21_P_A0, "gfx1030"},
{"RDNA2 (gfx1031)", "1031", FAMILY_NV, NV_NAVI22_P_A0, "gfx1031"},
{"RDNA2 (gfx1032)", "1032", FAMILY_NV, NV_NAVI23_P_A0, "gfx1032"},
{"RDNA2 (gfx1034)", "1034", FAMILY_NV, NV_NAVI24_P_A0, "gfx1034"},
};
RDCCOMPILE_ASSERT(ARRAY_COUNT(GCNISA::asicInfo) == GCNISA::asicCount, "Mismatched array count");
@@ -114,6 +114,7 @@ enum {
NV_NAVI21_P_A0 = 40,
NV_NAVI22_P_A0 = 50,
NV_NAVI23_P_A0 = 60,
NV_NAVI24_P_A0 = 70
};
enum {