mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
fix: Submit every marker with dependencies
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9b2802af0e
commit
9d91e85f5c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user