Skip to content

Commit 93c08b0

Browse files
author
Alexander Batashev
committed
format
Signed-off-by: Alexander Batashev <[email protected]>
1 parent f9e6934 commit 93c08b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/source/detail/scheduler/graph_builder.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@ Command *Scheduler::GraphBuilder::addCGUpdateHost(
446446
return insertMemoryMove(Record, Req, HostQueue);
447447
}
448448

449-
/// Start the search for the record from list of "leaf" commands and check if the
450-
/// examined command can be executed in parallel with the new one with regard to
451-
/// the memory object. If it can, then continue searching through dependencies of
452-
/// that command. There are several rules used:
449+
/// Start the search for the record from list of "leaf" commands and check if
450+
/// the examined command can be executed in parallel with the new one with
451+
/// regard to the memory object. If it can, then continue searching through
452+
/// dependencies of that command. There are several rules used:
453453
///
454454
/// 1. New and examined commands only read -> can bypass
455455
/// 2. New and examined commands has non-overlapping requirements -> can bypass

0 commit comments

Comments
 (0)