SWDEV-1 - Rembrandt support

Change-Id: Id5c37e130fb2c0bdc01b84997c85324121ec4df9


[ROCm/clr commit: ec411737aa]
This commit is contained in:
Todd tiantuo Li
2021-08-03 09:41:36 -07:00
committad av Maneesh Gupta
förälder 9595b4ee4e
incheckning 9458b7ea4d
3 ändrade filer med 3 tillägg och 1 borttagningar
@@ -102,6 +102,7 @@ static constexpr PalDevice supportedPalDevices[] = {
{10, 3, 1, Pal::GfxIpLevel::GfxIp10_3, "gfx1031", Pal::AsicRevision::Navi22},
{10, 3, 2, Pal::GfxIpLevel::GfxIp10_3, "gfx1032", Pal::AsicRevision::Navi23},
{10, 3, 4, Pal::GfxIpLevel::GfxIp10_3, "gfx1034", Pal::AsicRevision::Navi24},
{10, 3, 5, Pal::GfxIpLevel::GfxIp10_3, "gfx1035", Pal::AsicRevision::Rembrandt},
};
static std::tuple<const amd::Isa*, const char*> findIsa(Pal::AsicRevision asicRevision,