From 3bdbc1eaf3bb587aaf19f9c815a5a67d42506569 Mon Sep 17 00:00:00 2001 From: Jimbo Xie Date: Wed, 19 Jun 2024 15:08:20 -0400 Subject: [PATCH] SWDEV-403363 - add gfx1152 runtime support Change-Id: I2f59ddb38a98d9f8edec5d1548232d4d826b7d04 (cherry picked from commit 5e94656f744e315ee7ae1285d3e6dd515f9d66a8) --- rocclr/device/device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/device/device.cpp b/rocclr/device/device.cpp index 23d68e2e2c..2ba0e7727f 100644 --- a/rocclr/device/device.cpp +++ b/rocclr/device/device.cpp @@ -225,6 +225,7 @@ std::pair Isa::supportedIsas() { {"gfx1103", "gfx1103", true, true, 11, 0, 3, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1150", "gfx1150", true, true, 11, 5, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1151", "gfx1151", true, true, 11, 5, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, + {"gfx1152", "gfx1152", true, true, 11, 5, 2, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1200", "gfx1200", true, true, 12, 0, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1201", "gfx1201", true, true, 12, 0, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, };