Skip to content

Commit a5d932f

Browse files
authored
SWDEV-460151 - add gfx1201 to amd-staging clr (ROCm#183)
* SWDEV-460151 - add gfx1201 to amd-staging clr * SWDEV-460151 - removed pal macro --------- Co-authored-by: Jimbo Xie <[email protected]>
1 parent 1351cd7 commit a5d932f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

rocclr/device/pal/paldevice.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ static constexpr PalDevice supportedPalDevices[] = {
102102
{11, 0, 3, Pal::GfxIpLevel::GfxIp11_0, "gfx1103", Pal::AsicRevision::HawkPoint2},
103103
{11, 5, 0, Pal::GfxIpLevel::GfxIp11_5, "gfx1150", Pal::AsicRevision::Strix1},
104104
{11, 5, 1, Pal::GfxIpLevel::GfxIp11_5, "gfx1151", Pal::AsicRevision::StrixHalo},
105+
{12, 0, 1, Pal::GfxIpLevel::GfxIp12, "gfx1201", Pal::AsicRevision::Navi48},
105106
};
106107

107108
static std::tuple<const amd::Isa*, const char*> findIsa(uint32_t gfxipMajor, uint32_t gfxipMinor,

rocclr/device/pal/palsettings.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
161161
amd::Os::getAppPathAndFileName(appName, appPathAndName);
162162

163163
switch (palProp.revision) {
164+
// Fall through for Navi4x ...
165+
case Pal::AsicRevision::Navi48:
164166
// Fall through for Navi3x ...
165167
case Pal::AsicRevision::Navi33:
166168
case Pal::AsicRevision::Navi32:

0 commit comments

Comments
 (0)