From 16c0a097a4578ba87a26588469d4cb77f66b3681 Mon Sep 17 00:00:00 2001 From: Victor Zhang Date: Thu, 30 Jun 2022 16:06:25 -0400 Subject: [PATCH] SWDEV-339709 - Fixed OCLDeviceQueries failing on MI200 Change-Id: I27cd020b8813aab8a3a53dcc9545609fb04ad4ed [ROCm/clr commit: f3438e814e4f34ca3b0702997c1e7dda1fc61ab7] --- .../clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp b/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp index c54ead71ea..702b7e43be 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -101,6 +101,7 @@ static const AMDDeviceInfo DeviceInfo[] = { /* Vega20 */ {"gfx906", "gfx906", 4, 16, 1, 256, 64 * Ki, 32, 9, 0}, /* Vega20_XNACK */ {"gfx907", "gfx907", 4, 16, 1, 256, 64 * Ki, 32, 9, 0}, /* MI100 */ {"gfx908", "gfx908", 4, 16, 1, 256, 64 * Ki, 32, 9, 0}, + /* MI200 */ {"gfx90a", "gfx90a", 4, 16, 1, 256, 64 * Ki, 32, 9, 0}, /* Navi10 */ {"gfx1010", "gfx1010", 4, 32, 1, 256, 64 * Ki, 32, 10, 1}, /* Navi12 */ {"gfx1011", "gfx1011", 4, 32, 1, 256, 64 * Ki, 32, 10, 1}, /* Navi14 */ {"gfx1012", "gfx1012", 4, 32, 1, 256, 64 * Ki, 32, 10, 1},