SWDEV-1 - Remove unannounced asic

Change-Id: I0ec360e7f924dcfbc26bc70981a714abb57804c9


[ROCm/clr commit: b4064ad557]
This commit is contained in:
Vladislav Sytchenko
2021-03-03 10:30:04 -05:00
parent e8b1e484f5
commit 9f2bb57232
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -186,7 +186,6 @@ std::pair<const Isa*, const Isa*> Isa::supportedIsas() {
{"gfx1030", "gfx1030", nullptr, true, true, false, 10, 3, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1031", "gfx1031", nullptr, true, true, false, 10, 3, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1032", "gfx1032", nullptr, true, true, false, 10, 3, 2, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32},
{"gfx1033", "gfx1033", nullptr, false, true, false, 10, 3, 3, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}
};
return std::make_pair(std::begin(supportedIsas_), std::end(supportedIsas_));
}
@@ -105,9 +105,6 @@ static constexpr PalDevice supportedPalDevices[] = {
{10, 3, 0, Pal::GfxIpLevel::GfxIp10_3, "gfx1030", Pal::AsicRevision::Navi21},
{10, 3, 1, Pal::GfxIpLevel::GfxIp10_3, "gfx1031", Pal::AsicRevision::Navi22},
{10, 3, 2, Pal::GfxIpLevel::GfxIp10_3, "gfx1032", Pal::AsicRevision::Navi23},
#if PAL_BUILD_VAN_GOGH
{10, 3, 3, Pal::GfxIpLevel::GfxIp10_3, "", Pal::AsicRevision::VanGogh},
#endif
};
static std::tuple<const amd::Isa*, const char*> findIsa(Pal::AsicRevision asicRevision,