File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sycl/source/detail/scheduler Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -446,10 +446,10 @@ Command *Scheduler::GraphBuilder::addCGUpdateHost(
446
446
return insertMemoryMove (Record, Req, HostQueue);
447
447
}
448
448
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:
453
453
// /
454
454
// / 1. New and examined commands only read -> can bypass
455
455
// / 2. New and examined commands has non-overlapping requirements -> can bypass
You can’t perform that action at this time.
0 commit comments