mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
feature: disable counter caching for external storage Events
Related-To: NEO-13971 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
20191f4ccf
commit
a0a735804f
@@ -297,6 +297,10 @@ HWTEST_F(CommandEncoderTests, givenInOrderExecutionInfoWhenSetLastCounterValueIs
|
||||
EXPECT_FALSE(inOrderExecInfo->isCounterAlreadyDone(2u));
|
||||
EXPECT_FALSE(inOrderExecInfo->isCounterAlreadyDone(3u));
|
||||
EXPECT_FALSE(inOrderExecInfo->isCounterAlreadyDone(0u));
|
||||
|
||||
inOrderExecInfo = std::make_unique<InOrderExecInfo>(nullptr, nullptr, mockDevice, 2, true, false);
|
||||
inOrderExecInfo->setLastWaitedCounterValue(2);
|
||||
EXPECT_FALSE(inOrderExecInfo->isCounterAlreadyDone(1));
|
||||
}
|
||||
|
||||
HWTEST_F(CommandEncoderTests, givenInOrderExecutionInfoWhenResetCalledThenUploadToTbx) {
|
||||
|
||||
Reference in New Issue
Block a user