File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -689,15 +689,9 @@ class queue_impl {
689689 std::vector<event> &MutableVec,
690690 std::unique_lock<std::mutex> &QueueLock);
691691
692- // Helps to manage host tasks presence in scenario with barrier usage.
693- // Approach that tracks almost all tasks to provide barrier sync for both ur
694- // tasks and host tasks is applicable for out of order queues only. No-op
695- // for in order ones.
696- void tryToResetEnqueuedBarrierDep (const EventImplPtr &EnqueuedBarrierEvent);
697-
698692 // Called on host task completion that could block some kernels from enqueue.
699693 // Approach that tracks almost all tasks to provide barrier sync for both ur
700- // tasks and host tasks is applicable for out of order queues only. Not neede
694+ // tasks and host tasks is applicable for out of order queues only. Not needed
701695 // for in order ones.
702696 void revisitUnenqueuedCommandsState (const EventImplPtr &CompletedHostTask);
703697
You can’t perform that action at this time.
0 commit comments