mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Flush Marker command with TimestampPacket dependencies
Change-Id: I6475624996ccc254adb6641bef3cda431e57325a Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3a61e34030
commit
2c0c0ace88
@@ -412,9 +412,9 @@ HWTEST_F(EnqueueHandlerTest, givenEnqueueHandlerWhenAddPatchInfoCommentsForAUBDu
|
||||
}
|
||||
|
||||
HWTEST_F(EnqueueHandlerTest, givenExternallySynchronizedParentEventWhenRequestingEnqueueWithoutGpuSubmissionThenTaskCountIsNotInherited) {
|
||||
struct ExternallySynchEvent : Event {
|
||||
ExternallySynchEvent(CommandQueue *cmdQueue) : Event(cmdQueue, CL_COMMAND_MARKER, 0, 0) {
|
||||
transitionExecutionStatus(CL_COMPLETE);
|
||||
struct ExternallySynchEvent : VirtualEvent {
|
||||
ExternallySynchEvent(CommandQueue *cmdQueue) {
|
||||
setStatus(CL_COMPLETE);
|
||||
this->updateTaskCount(7);
|
||||
}
|
||||
bool isExternallySynchronized() const override {
|
||||
|
||||
Reference in New Issue
Block a user