Skip to content

Commit c77c419

Browse files
[NFC][SYCL] Remove dead code from queue_impl.hpp (#15417)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent cb7707e commit c77c419

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)