fix: Submit every marker with dependencies

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-08-28 15:51:30 +00:00
committed by Compute-Runtime-Automation
parent 9b2802af0e
commit 9d91e85f5c
14 changed files with 55 additions and 88 deletions

View File

@@ -552,7 +552,7 @@ HWTEST_F(EnqueueHandlerTest, givenExternallySynchronizedParentEventWhenRequestin
Event *ouputEvent = castToObject<Event>(outEv);
ASSERT_NE(nullptr, ouputEvent);
EXPECT_EQ(0U, ouputEvent->peekTaskCount());
EXPECT_EQ(mockCmdQ->taskCount, ouputEvent->peekTaskCount());
ouputEvent->release();
mockCmdQ->release();