We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7584fbd commit 10c07a9Copy full SHA for 10c07a9
torchrec/inference/src/ResourceManager.cpp
@@ -52,8 +52,7 @@ bool ResourceManager::occupyDevice(
52
<< " -- gpuToOutstandingBatches_ list <"
53
<< folly::join(",", gpuToOutstandingBatches_) << ">. "
54
<< " -- all time highs: <" << folly::join(",", allTimeHigh_)
55
- << ">. "
56
- << "Waited: " << waitedFor.count()
+ << ">. " << "Waited: " << waitedFor.count()
57
<< " ms. Slack: " << slack.count() << " ms.";
58
59
gpuToOutstandingBatches_[gpuIdx] += 1;
0 commit comments