Skip to content

Commit 10c07a9

Browse files
zertoshfacebook-github-bot
authored andcommitted
Apply clang-format 18
Summary: Previously this code conformed from clang-format 12. Reviewed By: igorsugak Differential Revision: D56065247 fbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3
1 parent 7584fbd commit 10c07a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torchrec/inference/src/ResourceManager.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ bool ResourceManager::occupyDevice(
5252
<< " -- gpuToOutstandingBatches_ list <"
5353
<< folly::join(",", gpuToOutstandingBatches_) << ">. "
5454
<< " -- all time highs: <" << folly::join(",", allTimeHigh_)
55-
<< ">. "
56-
<< "Waited: " << waitedFor.count()
55+
<< ">. " << "Waited: " << waitedFor.count()
5756
<< " ms. Slack: " << slack.count() << " ms.";
5857

5958
gpuToOutstandingBatches_[gpuIdx] += 1;

0 commit comments

Comments
 (0)