From aafa057c9ab020963c06837ca67d930d77d4ec40 Mon Sep 17 00:00:00 2001 From: Alex Xie Date: Thu, 11 Aug 2022 12:25:09 -0400 Subject: [PATCH] SWDEV-351337 - Add new asic id Change-Id: Ie07f7a6b9a4bb797124e6644c91fb62ba014cf6b --- rocclr/device/device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/device/device.cpp b/rocclr/device/device.cpp index ac8ed6ce19..ac229437cc 100644 --- a/rocclr/device/device.cpp +++ b/rocclr/device/device.cpp @@ -188,6 +188,7 @@ std::pair Isa::supportedIsas() { {"gfx1034", "gfx1034", true, true, 10, 3, 4, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1035", "gfx1035", true, true, 10, 3, 5, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1100", "gfx1100", true, true, 11, 0, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, + {"gfx1101", "gfx1101", true, true, 11, 0, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1102", "gfx1102", true, true, 11, 0, 2, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, }; return std::make_pair(std::begin(supportedIsas_), std::end(supportedIsas_));