From fe2d7424e511b7b0d0305514a701d5c3541b7c4e Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Fri, 11 Jun 2021 08:15:06 +0800 Subject: [PATCH] SWDEV-290474 - [Lnx][VanGogh] Add VanGogh support Signed-off-by: Aaron Liu Reviewed-by: Christophe Paquot Change-Id: Iff0253a181bbfc1984304014a9e3b542b2556635 --- rocclr/device/device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/device/device.cpp b/rocclr/device/device.cpp index 96101ac034..bec70e6142 100644 --- a/rocclr/device/device.cpp +++ b/rocclr/device/device.cpp @@ -185,6 +185,7 @@ std::pair Isa::supportedIsas() { {"gfx1030", "gfx1030", true, true, false, 10, 3, 0, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1031", "gfx1031", true, true, false, 10, 3, 1, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1032", "gfx1032", true, true, false, 10, 3, 2, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, + {"gfx1033", "gfx1033", true, false, false, 10, 3, 3, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32}, {"gfx1034", "gfx1034", true, false, false, 10, 3, 4, NONE, NONE, 2, 32, 1, 256, 64 * Ki, 32} }; return std::make_pair(std::begin(supportedIsas_), std::end(supportedIsas_));