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 @@ -493,10 +493,10 @@ class ExecCGCommand : public Command {
493
493
494
494
detail::CG &getCG () const { return *MCommandGroup; }
495
495
496
- // MEmptyCmd one is only employed if this command refers to host-task.
497
- // MEmptyCmd due to unreliable mechanism of lookup for single EmptyCommand
498
- // amongst users of host-task-representing command. This unreliability roots
499
- // in cleanup process.
496
+ // MEmptyCmd is only employed if this command refers to host-task.
497
+ // The mechanism of lookup for single EmptyCommand amongst users of
498
+ // host-task-representing command is unreliable . This unreliability roots in
499
+ // the cleanup process.
500
500
EmptyCommand *MEmptyCmd = nullptr ;
501
501
502
502
private:
You can’t perform that action at this time.
0 commit comments