@@ -208,7 +208,7 @@ HWTEST2_F(HwHelperTestsXeHpcCore, givenRevisionEnumAndPlatformFamilyTypeThenProp
208
208
}
209
209
210
210
XE_HPC_CORETEST_F (HwHelperTestsXeHpcCore, whenGetGpgpuEnginesThenReturnTwoCccsEnginesAndFourCcsEnginesAndLinkCopyEngines) {
211
- const size_t numEngines = 17 ;
211
+ const size_t numEngines = 18 ;
212
212
213
213
HardwareInfo hwInfo = *defaultHwInfo;
214
214
hwInfo.featureTable .flags .ftrCCSNode = true ;
@@ -241,6 +241,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, whenGetGpgpuEnginesThenReturnTwoCccsEn
241
241
{aub_stream::ENGINE_BCS, false , true },
242
242
{aub_stream::ENGINE_BCS1, false , true },
243
243
{aub_stream::ENGINE_BCS2, false , true },
244
+ {aub_stream::ENGINE_BCS2, false , true },
244
245
{aub_stream::ENGINE_BCS3, false , true },
245
246
{aub_stream::ENGINE_BCS4, false , true },
246
247
{aub_stream::ENGINE_BCS5, false , true },
@@ -257,7 +258,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, whenGetGpgpuEnginesThenReturnTwoCccsEn
257
258
}
258
259
259
260
XE_HPC_CORETEST_F (HwHelperTestsXeHpcCore, whenGetGpgpuEnginesThenReturnTwoCccsEnginesAndFourCcsEnginesAndEightLinkCopyEngines) {
260
- const size_t numEngines = 17 ;
261
+ const size_t numEngines = 18 ;
261
262
262
263
HardwareInfo hwInfo = *defaultHwInfo;
263
264
hwInfo.featureTable .flags .ftrCCSNode = true ;
@@ -290,6 +291,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, whenGetGpgpuEnginesThenReturnTwoCccsEn
290
291
{aub_stream::ENGINE_BCS, false , true },
291
292
{aub_stream::ENGINE_BCS1, false , true },
292
293
{aub_stream::ENGINE_BCS2, false , true },
294
+ {aub_stream::ENGINE_BCS2, false , true },
293
295
{aub_stream::ENGINE_BCS3, false , true },
294
296
{aub_stream::ENGINE_BCS4, false , true },
295
297
{aub_stream::ENGINE_BCS5, false , true },
@@ -306,7 +308,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, whenGetGpgpuEnginesThenReturnTwoCccsEn
306
308
}
307
309
308
310
XE_HPC_CORETEST_F (HwHelperTestsXeHpcCore, givenCccsAsDefaultEngineWhenGetEnginesCalledThenChangeDefaultEngine) {
309
- const size_t numEngines = 17 ;
311
+ const size_t numEngines = 18 ;
310
312
311
313
HardwareInfo hwInfo = *defaultHwInfo;
312
314
hwInfo.featureTable .flags .ftrCCSNode = true ;
@@ -339,6 +341,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, givenCccsAsDefaultEngineWhenGetEngines
339
341
{aub_stream::ENGINE_BCS, false , true },
340
342
{aub_stream::ENGINE_BCS1, false , true },
341
343
{aub_stream::ENGINE_BCS2, false , true },
344
+ {aub_stream::ENGINE_BCS2, false , true },
342
345
{aub_stream::ENGINE_BCS3, false , true },
343
346
{aub_stream::ENGINE_BCS4, false , true },
344
347
{aub_stream::ENGINE_BCS5, false , true },
@@ -355,7 +358,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, givenCccsAsDefaultEngineWhenGetEngines
355
358
}
356
359
357
360
XE_HPC_CORETEST_F (HwHelperTestsXeHpcCore, givenOneCcsEnabledWhenGetEnginesCalledThenCreateOnlyOneCcs) {
358
- const size_t numEngines = 14 ;
361
+ const size_t numEngines = 15 ;
359
362
360
363
HardwareInfo hwInfo = *defaultHwInfo;
361
364
hwInfo.featureTable .flags .ftrCCSNode = true ;
@@ -385,6 +388,7 @@ XE_HPC_CORETEST_F(HwHelperTestsXeHpcCore, givenOneCcsEnabledWhenGetEnginesCalled
385
388
{aub_stream::ENGINE_BCS, false , true },
386
389
{aub_stream::ENGINE_BCS1, false , true },
387
390
{aub_stream::ENGINE_BCS2, false , true },
391
+ {aub_stream::ENGINE_BCS2, false , true },
388
392
{aub_stream::ENGINE_BCS3, false , true },
389
393
{aub_stream::ENGINE_BCS4, false , true },
390
394
{aub_stream::ENGINE_BCS5, false , true },
0 commit comments