From 0a30936c67e832e15bb78c621466ce6710cc5114 Mon Sep 17 00:00:00 2001 From: Jimbo Xie Date: Wed, 22 Jan 2025 15:31:34 -0500 Subject: [PATCH] SWDEV-510869 - add gfx1153 id Change-Id: I36d39a1db2392990ad9b01d70676c3c986435707 [ROCm/clr commit: 4abedf2a0e831be6758b4664503b665ba3851c6b] --- projects/clr/rocclr/device/device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/rocclr/device/device.cpp b/projects/clr/rocclr/device/device.cpp index 7f78675e18..61b3dde497 100644 --- a/projects/clr/rocclr/device/device.cpp +++ b/projects/clr/rocclr/device/device.cpp @@ -242,6 +242,7 @@ std::pair Isa::supportedIsas() { {"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}, + {"gfx1153", "gfx1153", true, true, 11, 5, 3, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx11-generic", nullptr, true, true, 11, 0, 0, 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},