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 }, };