From 10c07a95902bf0247b7317cba026965303bb00ef Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Sun, 14 Apr 2024 11:28:32 -0700 Subject: [PATCH] Apply clang-format 18 Summary: Previously this code conformed from clang-format 12. Reviewed By: igorsugak Differential Revision: D56065247 fbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3 --- torchrec/inference/src/ResourceManager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;