Skip to content

Support gfx1201 in Windows #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: amd-staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rocclr/device/pal/paldevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ static constexpr PalDevice supportedPalDevices[] = {
{11, 0, 3, Pal::GfxIpLevel::GfxIp11_0, "gfx1103", Pal::AsicRevision::HawkPoint2},
{11, 5, 0, Pal::GfxIpLevel::GfxIp11_5, "gfx1150", Pal::AsicRevision::Strix1},
{11, 5, 1, Pal::GfxIpLevel::GfxIp11_5, "gfx1151", Pal::AsicRevision::StrixHalo},
{12, 0, 1, Pal::GfxIpLevel::GfxIp12, "gfx1201", Pal::AsicRevision::Navi48},
};

static std::tuple<const amd::Isa*, const char*> findIsa(Pal::AsicRevision asicRevision,
Expand Down
1 change: 1 addition & 0 deletions rocclr/device/pal/palsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
case Pal::AsicRevision::Navi33:
case Pal::AsicRevision::Navi32:
case Pal::AsicRevision::Navi31:
case Pal::AsicRevision::Navi48:
gwsInitSupported_ = false;
// Fall through for Navi2x ...
case Pal::AsicRevision::StrixHalo:
Expand Down
Loading