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_));