Enable task count from wait on DG2 and later

Signed-off-by: Karol Trojanowski <karol.trojanowski@intel.com>
This commit is contained in:
Trojanowski, Karol
2022-04-28 10:02:07 +00:00
committed by Compute-Runtime-Automation
parent 3b8593fef5
commit bd6c9a222b
3 changed files with 11 additions and 5 deletions

View File

@ -154,6 +154,12 @@ HWTEST2_F(HwHelperTestsDg2AndLater, givenXeHPGAndLaterPlatformWhenCheckingIfUnTy
EXPECT_TRUE(hwHelper.unTypedDataPortCacheFlushRequired());
}
HWTEST2_F(HwHelperTestsDg2AndLater, givenHwHelperWhenCheckIsUpdateTaskCountFromWaitSupportedThenReturnsTrue, IsAtLeastXeHpgCore) {
auto &hwHelper = HwHelper::get(hardwareInfo.platform.eRenderCoreFamily);
EXPECT_TRUE(hwHelper.isUpdateTaskCountFromWaitSupported());
}
using HwInfoConfigTestDg2AndLater = ::testing::Test;
HWTEST2_F(HwInfoConfigTestDg2AndLater, givenDg2AndLaterPlatformWhenAskedIfHeapInLocalMemThenTrueIsReturned, IsAtLeastXeHpgCore) {