From 9ca45d289bcc1881a32ea28d2697430cd250ee23 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Tue, 11 Apr 2023 15:15:07 -0400 Subject: [PATCH] SWDEV-392363 - fix DeviceQueries failure on MI300 APU system Change-Id: I5542f3a4575fe252fff8e329fd28e5624b44486a --- opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp b/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp index 427b4c04a6..e78a300db5 100644 --- a/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -102,6 +102,7 @@ static const AMDDeviceInfo DeviceInfo[] = { /* 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}, + /* MI300 */ {"gfx940", "gfx940", 4, 16, 1, 256, 64 * Ki, 32, 9, 4}, /* 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},