mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 12:33:12 +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
@@ -270,7 +270,6 @@ HWTEST_F(BarrierTest, givenBlockedCommandQueueAndEnqueueBarrierWithWaitlistRetur
|
||||
EXPECT_EQ(pEvent->peekTaskCount(), CompletionStamp::notReady);
|
||||
event2.setStatus(CL_COMPLETE);
|
||||
clReleaseEvent(event);
|
||||
pCmdQ->finish();
|
||||
}
|
||||
|
||||
HWTEST_F(BarrierTest, givenEmptyCommandStreamAndBlockedBarrierCommandWhenUserEventIsSignaledThenNewCommandStreamIsNotAcquired) {
|
||||
@@ -314,5 +313,4 @@ HWTEST_F(BarrierTest, givenEmptyCommandStreamAndBlockedBarrierCommandWhenUserEve
|
||||
EXPECT_GE(commandStream.getMaxAvailableSpace(), commandStream.getMaxAvailableSpace());
|
||||
|
||||
clReleaseEvent(event);
|
||||
pCmdQ->finish();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user