mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Revert "fix: Submit every marker with dependencies"
This reverts commit d498f16fc3.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
adf170a1c2
commit
c279647cb2
@@ -552,7 +552,7 @@ HWTEST_F(EnqueueHandlerTest, givenExternallySynchronizedParentEventWhenRequestin
|
||||
|
||||
Event *ouputEvent = castToObject<Event>(outEv);
|
||||
ASSERT_NE(nullptr, ouputEvent);
|
||||
EXPECT_EQ(mockCmdQ->taskCount, ouputEvent->peekTaskCount());
|
||||
EXPECT_EQ(0U, ouputEvent->peekTaskCount());
|
||||
|
||||
ouputEvent->release();
|
||||
mockCmdQ->release();
|
||||
|
||||
Reference in New Issue
Block a user