SWDEV-290474 - [Lnx][VanGogh] Add VanGogh support

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Christophe Paquot <christophe.paquot@amd.com>
Change-Id: Iff0253a181bbfc1984304014a9e3b542b2556635
This commit is contained in:
Aaron Liu
2021-06-11 08:15:06 +08:00
کامیت شده توسط Maneesh Gupta
والد a1629cad26
کامیت fe2d7424e5
+1
مشاهده پرونده
@@ -185,6 +185,7 @@ std::pair<const Isa*, const Isa*> Isa::supportedIsas() {
{"gfx1030", "gfx1030", true, true, false, 10, 3, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1031", "gfx1031", true, true, false, 10, 3, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1032", "gfx1032", true, true, false, 10, 3, 2, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1033", "gfx1033", true, false, false, 10, 3, 3, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1034", "gfx1034", true, false, false, 10, 3, 4, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}
};
return std::make_pair(std::begin(supportedIsas_), std::end(supportedIsas_));