From cea00f53fb13ab7c951eb9889cb5e0629decb2cf Mon Sep 17 00:00:00 2001 From: Alex Xie Date: Wed, 25 Oct 2023 15:19:56 -0400 Subject: [PATCH] SWDEV-423536 - [ROCM QA] Observed 1 test failed Change-Id: Icb41f1031ec40e0df5df7a6d21ffd6602b665a09 [ROCm/clr commit: ae8d3a6a4e5ca2d2892613d1a2b5420a785d904f] --- .../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 6633d85b01..d270295f16 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -104,6 +104,7 @@ static const AMDDeviceInfo DeviceInfo[] = { /* MI200 */ {"gfx90a", "gfx90a", 4, 16, 1, 256, 64 * Ki, 32, 9, 0}, /* MI300 */ {"gfx940", "gfx940", 4, 16, 1, 256, 64 * Ki, 32, 9, 4}, /* MI300X */ {"gfx941", "gfx941", 4, 16, 1, 256, 64 * Ki, 32, 9, 4}, + /* MI300X1*/ {"gfx942", "gfx942", 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},