Skip to content

Commit fc08e73

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/torchrec/inference (#3226)
Summary: Pull Request resolved: #3226 Reviewed By: dtolnay Differential Revision: D78549484 fbshipit-source-id: 9e52274d51e00248525c21eac45a0f876c0f04c2
1 parent a32caed commit fc08e73

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

torchrec/inference/inference_legacy/src/BatchingQueue.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818

1919
#include <ATen/Functions.h> // @manual
2020
#include <ATen/core/Dict.h>
21-
#include <ATen/core/interned_strings.h>
2221
#include <ATen/record_function.h> // @manual
2322
#include <c10/core/Device.h>
2423
#include <c10/core/DeviceType.h>
25-
#include <c10/cuda/CUDAFunctions.h>
2624
#include <c10/cuda/CUDAGuard.h>
2725
#include <c10/cuda/CUDAStream.h>
2826
#include <fmt/format.h>

torchrec/inference/inference_legacy/src/GPUExecutor.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
#include <c10/cuda/CUDAGuard.h>
1717
#include <fmt/format.h>
1818
#include <folly/MPMCQueue.h>
19-
#include <folly/ScopeGuard.h>
20-
#include <folly/Synchronized.h>
2119
#include <folly/executors/CPUThreadPoolExecutor.h>
2220
#include <folly/futures/Future.h>
23-
#include <folly/io/IOBuf.h>
2421
#include <folly/io/async/Request.h>
2522
#include <folly/stop_watch.h>
2623
#include <gflags/gflags.h>
@@ -35,7 +32,6 @@
3532
#endif
3633

3734
#include "ATen/cuda/CUDAEvent.h"
38-
#include "torchrec/inference/BatchingQueue.h"
3935
#include "torchrec/inference/ExceptionHandler.h"
4036
#include "torchrec/inference/Observer.h"
4137
#include "torchrec/inference/Types.h"

torchrec/inference/inference_legacy/src/ResultSplit.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88

99
#include "torchrec/inference/ResultSplit.h"
1010

11-
#include <c10/core/ScalarType.h>
1211
#include <folly/Range.h>
1312
#include <folly/container/Enumerate.h>
1413
#include <folly/io/Cursor.h>
1514

16-
#include "ATen/Functions.h"
1715
#include "torchrec/inference/Types.h"
1816

1917
namespace torchrec {

0 commit comments

Comments
 (0)