Skip to content

Commit

Permalink
Apply clang-format 18
Browse files Browse the repository at this point in the history
Summary: Previously this code conformed from clang-format 12.

Reviewed By: igorsugak

Differential Revision: D56065247

fbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3
  • Loading branch information
zertosh authored and facebook-github-bot committed Apr 14, 2024
1 parent 7584fbd commit 10c07a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torchrec/inference/src/ResourceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10c07a9

Please sign in to comment.