mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
refactor: Add AIL for hostptrs drain
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e2f75e9064
commit
5b3d244e97
@@ -124,4 +124,10 @@ HWTEST2_F(AILTests, GivenAilWhenCheckingOverfetchDisableRequiredThenExpectFalse,
|
||||
EXPECT_FALSE(ail.is256BPrefetchDisableRequired());
|
||||
}
|
||||
|
||||
HWTEST2_F(AILTests, GivenAilWhenCheckingDrainHostptrsRequiredThenExpectTrue, MatchAny) {
|
||||
AILWhitebox<productFamily> ail;
|
||||
ail.processName = "other";
|
||||
EXPECT_TRUE(ail.drainHostptrs());
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user