Fix CFEFusedEUDispatch debug flag

Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2022-03-17 15:53:21 +00:00
committed by Compute-Runtime-Automation
parent 2fb59fd71a
commit 174c27eb31
20 changed files with 120 additions and 22 deletions

View File

@@ -1061,7 +1061,7 @@ HWCMDTEST_F(IGFX_GEN8_CORE, HwHelperTest, WhenIsFusedEuDispatchEnabledIsCalledTh
GTEST_SKIP();
}
auto &helper = HwHelper::get(renderCoreFamily);
EXPECT_FALSE(helper.isFusedEuDispatchEnabled(hardwareInfo));
EXPECT_FALSE(helper.isFusedEuDispatchEnabled(hardwareInfo, false));
}
HWTEST_F(PipeControlHelperTests, WhenGettingPipeControSizeForCacheFlushThenReturnCorrectValue) {