From 86eae09771da97b67d1e87ff58583e1a3a5d6d78 Mon Sep 17 00:00:00 2001 From: Alex Xie Date: Thu, 1 Oct 2020 17:11:53 -0400 Subject: [PATCH] SWDEV-254386 [Navi 2x] Add Navi IDs to ocltst test Cherry pick from npi branch. Change-Id: I4e72c5477d7e0ebb454d651d1f84866ce4d27ee5 [ROCm/clr commit: ebd1a4a1507f1538255f634a307083088c895957] --- .../opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp b/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp index 1a7a1a49be..5228b705ee 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/projects/clr/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -104,6 +104,10 @@ static const AMDDeviceInfo DeviceInfo[] = { /* 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}, + /* Navi21 */ { "gfx1030", "gfx1030", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 }, + /* Navi22 */ { "gfx1031", "gfx1031", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 }, + /* Navi23 */ { "gfx1032", "gfx1032", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 }, + /* Van Gogh */{ "gfx1033", "gfx1033", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 }, }; const int DeviceInfoSize = sizeof(DeviceInfo) / sizeof(AMDDeviceInfo);