mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Update dispatch flags for enqueueCommandWithoutKernel
Change-Id: I51c8afee84b40db12901f048c03fd92fa3808c0c Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com> Related-To: NEO-3020
This commit is contained in:
committed by
sys_ocldev
parent
7e404e79ff
commit
4e98d34471
@@ -192,7 +192,7 @@ HWTEST_F(BarrierTest, eventWithWaitDependenciesShouldSync) {
|
||||
// in this case only cmdQ raises the taskLevel why csr stay intact
|
||||
EXPECT_EQ(8u, pCmdQ->taskLevel);
|
||||
if (csr.peekTimestampPacketWriteEnabled()) {
|
||||
EXPECT_EQ(8u, commandStreamReceiver.peekTaskLevel());
|
||||
EXPECT_EQ(pCmdQ->taskLevel + 1, commandStreamReceiver.peekTaskLevel());
|
||||
} else {
|
||||
EXPECT_EQ(7u, commandStreamReceiver.peekTaskLevel());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user