minor fix for empty scope (group) (#1666)
[ROCm/rccl commit: dc0c5f9153]
This commit is contained in:
@@ -152,6 +152,7 @@ void Recorder::write(const rcclApiCall &call)
|
||||
outputFile << std::endl;
|
||||
indent(2 + 2 * depth, outputFile);
|
||||
outputFile << "}";
|
||||
lastcall = call.type;
|
||||
return ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user