File tree 1 file changed +2
-2
lines changed
sycl/source/detail/scheduler
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() {
1055
1055
void UpdateHostRequirementCommand::printDot (std::ostream &Stream) const {
1056
1056
Stream << " \" " << this << " \" [style=filled, fillcolor=\" #f1337f\" , label=\" " ;
1057
1057
1058
- Stream << " ID = " << this << " \n " ;
1058
+ Stream << " ID = " << this << " \\ n" ;
1059
1059
Stream << " UPDATE REQ ON " << deviceToString (MQueue->get_device ()) << " \\ n" ;
1060
1060
bool IsReqOnBuffer =
1061
1061
MDstReq.MSYCLMemObj ->getType () == SYCLMemObjI::MemObjType::BUFFER;
@@ -1361,7 +1361,7 @@ void ExecCGCommand::emitInstrumentationData() {
1361
1361
void ExecCGCommand::printDot (std::ostream &Stream) const {
1362
1362
Stream << " \" " << this << " \" [style=filled, fillcolor=\" #AFFF82\" , label=\" " ;
1363
1363
1364
- Stream << " ID = " << this << " \n " ;
1364
+ Stream << " ID = " << this << " \\ n" ;
1365
1365
Stream << " EXEC CG ON " << deviceToString (MQueue->get_device ()) << " \\ n" ;
1366
1366
1367
1367
switch (MCommandGroup->getType ()) {
You can’t perform that action at this time.
0 commit comments