minor fix for empty scope (group) (#1666)

[ROCm/rccl commit: dc0c5f9153]
This commit is contained in:
Tim
2025-04-30 13:29:13 -04:00
committed by GitHub
parent f2d30a163b
commit 33c390b36e
+1
View File
@@ -152,6 +152,7 @@ void Recorder::write(const rcclApiCall &call)
outputFile << std::endl;
indent(2 + 2 * depth, outputFile);
outputFile << "}";
lastcall = call.type;
return ;
}