From 6c4ab575ca55228945c1723c5383c872b36503d8 Mon Sep 17 00:00:00 2001 From: Todd tiantuo Li Date: Tue, 10 May 2022 02:37:42 -0700 Subject: [PATCH] SWDEV-315047 - add Raphael(gfx1036) to OCLDeviceQueries Change-Id: Iaa930c5ea9e39f9c44b1a5d737fc3520e9b6eca8 --- 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 1c7f559f69..c54ead71ea 100644 --- a/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -109,6 +109,7 @@ static const AMDDeviceInfo DeviceInfo[] = { /* 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 }, /* Rembrandt */{ "gfx1035", "gfx1035", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 }, + /* Raphael */ { "gfx1036", "gfx1036", 4, 32, 1, 256, 64 * Ki, 32, 10, 3 }, }; const int DeviceInfoSize = sizeof(DeviceInfo) / sizeof(AMDDeviceInfo);