From 03e4057fcef3d5a89b43ce646776dcf2aa0bdd24 Mon Sep 17 00:00:00 2001 From: Gerardo Hernandez Date: Tue, 12 Nov 2024 12:02:41 +0000 Subject: [PATCH] SWDEV-496392 - Remove references to ASIC Polaris22 in pal::Settings and pal::Device (it is being retired) Change-Id: I6318abf3e46ed250d087a3d2266d2ae3d4c8c000 --- rocclr/device/pal/paldevice.cpp | 1 - rocclr/device/pal/palsettings.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/rocclr/device/pal/paldevice.cpp b/rocclr/device/pal/paldevice.cpp index 79487a5f6a..c5b11e5dbc 100644 --- a/rocclr/device/pal/paldevice.cpp +++ b/rocclr/device/pal/paldevice.cpp @@ -92,7 +92,6 @@ static constexpr PalDevice supportedPalDevices[] = { {8, 0, 3, Pal::GfxIpLevel::GfxIp8, "Ellesmere", Pal::AsicRevision::Polaris10}, // Ellesmere {8, 0, 3, Pal::GfxIpLevel::GfxIp8, "Baffin", Pal::AsicRevision::Polaris11}, // Baffin {8, 0, 3, Pal::GfxIpLevel::GfxIp8, "gfx803", Pal::AsicRevision::Polaris12}, // Lexa - {8, 0, 3, Pal::GfxIpLevel::GfxIp8, "gfx803", Pal::AsicRevision::Polaris22}, {8, 1, 0, Pal::GfxIpLevel::GfxIp8_1, "Stoney", Pal::AsicRevision::Stoney}, {9, 0, 0, Pal::GfxIpLevel::GfxIp9, "gfx900", Pal::AsicRevision::Vega10}, {9, 0, 2, Pal::GfxIpLevel::GfxIp9, "gfx902", Pal::AsicRevision::Raven}, diff --git a/rocclr/device/pal/palsettings.cpp b/rocclr/device/pal/palsettings.cpp index bb80ff1826..758a0416b6 100644 --- a/rocclr/device/pal/palsettings.cpp +++ b/rocclr/device/pal/palsettings.cpp @@ -244,7 +244,6 @@ bool Settings::create(const Pal::DeviceProperties& palProp, case Pal::AsicRevision::Polaris10: case Pal::AsicRevision::Polaris11: case Pal::AsicRevision::Polaris12: - case Pal::AsicRevision::Polaris22: // Keep this false even though we have support // singleFpDenorm_ = true; viPlus_ = true;