SWDEV-290306 - [LNX][Navi24][mainline]clinfo test failed on Navi24

Add Navi 24 support

Change-Id: I7343384cf6fb8c532321e57e202c196ef054f459


[ROCm/clr commit: b818301d53]
This commit is contained in:
Alex Xie
2021-05-05 15:23:02 -04:00
zatwierdzone przez Maneesh Gupta
rodzic 9a3e9c9ad3
commit 5e002ce6f0
@@ -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},
{"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_));
}