diff --git a/torchrec/inference/src/ResourceManager.cpp b/torchrec/inference/src/ResourceManager.cpp index 9b689fc9c..f95e419f2 100644 --- a/torchrec/inference/src/ResourceManager.cpp +++ b/torchrec/inference/src/ResourceManager.cpp @@ -52,8 +52,7 @@ bool ResourceManager::occupyDevice( << " -- gpuToOutstandingBatches_ list <" << folly::join(",", gpuToOutstandingBatches_) << ">. " << " -- all time highs: <" << folly::join(",", allTimeHigh_) - << ">. " - << "Waited: " << waitedFor.count() + << ">. " << "Waited: " << waitedFor.count() << " ms. Slack: " << slack.count() << " ms."; gpuToOutstandingBatches_[gpuIdx] += 1;