SWDEV-460151 - Enabling gfx12 in HIP runtime.

Change-Id: I374ea7c3119b0c61f9846a862c4a448ddb179748
This commit is contained in:
kjayapra-amd
2024-09-30 06:30:33 -04:00
committed by Maneesh Gupta
parent 2eb30376ba
commit f5d0ee650b
+2
View File
@@ -221,6 +221,8 @@ std::pair<const Isa*, const Isa*> Isa::supportedIsas() {
{"gfx1103", "gfx1103", true, true, 11, 0, 3, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1150", "gfx1150", true, true, 11, 5, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1151", "gfx1151", true, true, 11, 5, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1200", "gfx1200", true, true, 12, 0, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1201", "gfx1201", true, true, 12, 0, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
};
return std::make_pair(std::begin(supportedIsas_), std::end(supportedIsas_));
}