From d418e686cee42cdd16769ff8cdc8f20aed5b01bb Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Thu, 3 Aug 2023 13:49:52 -0400 Subject: [PATCH] SWDEV-415212 - Fix OCLruntime DeviceQuery test failure Change-Id: I2e47c76d2145716fe6eeea81d68adbfa7f8b9be8 [ROCm/clr commit: ad183628220c4e458a13cf32da2ecb757812e535] --- .../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 d5b91bde2f..6633d85b01 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -103,6 +103,7 @@ static const AMDDeviceInfo DeviceInfo[] = { /* 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}, + /* MI300X */ {"gfx941", "gfx941", 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},