File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sycl/source/detail/scheduler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ cl_int UpdateHostRequirementCommand::enqueueImp() {
10551055void UpdateHostRequirementCommand::printDot (std::ostream &Stream) const {
10561056 Stream << " \" " << this << " \" [style=filled, fillcolor=\" #f1337f\" , label=\" " ;
10571057
1058- Stream << " ID = " << this << " \n " ;
1058+ Stream << " ID = " << this << " \\ n" ;
10591059 Stream << " UPDATE REQ ON " << deviceToString (MQueue->get_device ()) << " \\ n" ;
10601060 bool IsReqOnBuffer =
10611061 MDstReq.MSYCLMemObj ->getType () == SYCLMemObjI::MemObjType::BUFFER;
@@ -1361,7 +1361,7 @@ void ExecCGCommand::emitInstrumentationData() {
13611361void ExecCGCommand::printDot (std::ostream &Stream) const {
13621362 Stream << " \" " << this << " \" [style=filled, fillcolor=\" #AFFF82\" , label=\" " ;
13631363
1364- Stream << " ID = " << this << " \n " ;
1364+ Stream << " ID = " << this << " \\ n" ;
13651365 Stream << " EXEC CG ON " << deviceToString (MQueue->get_device ()) << " \\ n" ;
13661366
13671367 switch (MCommandGroup->getType ()) {
You can’t perform that action at this time.
0 commit comments