From 8ffb1430dd17ffc9e70e789ce93bd2b46c0598f4 Mon Sep 17 00:00:00 2001 From: Todd tiantuo Li Date: Tue, 3 Dec 2024 02:22:53 -0800 Subject: [PATCH] SWDEV-496037 - add Strix and Strix Halo to ocltst runtime test Change-Id: Ia21afddf5223ecd132a06f37bb430961fb7a9341 --- opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp b/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp index 2a342b6b6b..b0fd4ebe8d 100644 --- a/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp +++ b/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp @@ -75,6 +75,8 @@ static const AMDDeviceInfo DeviceInfo[] = { {"gfx1101", "gfx1101", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 }, {"gfx1102", "gfx1102", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 }, {"gfx1103", "gfx1103", 4, 32, 1, 256, 64 * Ki, 32, 11, 0 }, + {"gfx1150", "gfx1150", 4, 32, 1, 256, 64 * Ki, 32, 11, 5 }, + {"gfx1151", "gfx1151", 4, 32, 1, 256, 64 * Ki, 32, 11, 5 }, {"gfx1200", "gfx1200", 4, 32, 1, 256, 64 * Ki, 32, 12, 0 }, {"gfx1201", "gfx1201", 4, 32, 1, 256, 64 * Ki, 32, 12, 0 }, };