Skip to content

Commit 72ef0df

Browse files
generatedunixname89002005287564meta-codesync[bot]
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/comms/ncclx
Reviewed By: cenzhaometa Differential Revision: D86291060 fbshipit-source-id: c6494ace57c283d60d7a59a1d1997082f508fc1d
1 parent b1df36f commit 72ef0df

File tree

15 files changed

+0
-15
lines changed

15 files changed

+0
-15
lines changed

comms/ncclx/v2_27/meta/colltrace/tests/CollTraceDistTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "comms/utils/cvars/nccl_cvars.h"
2525
#include "comms/utils/trainer/TrainerContext.h"
2626
#include "meta/colltrace/CollTrace.h"
27-
#include "meta/commDump.h"
2827

2928
#include "meta/wrapper/CtranExComm.h"
3029
#include "meta/wrapper/DataTypeStrUtils.h"

comms/ncclx/v2_27/meta/comms-monitor/tests/CommsMonitorDist.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include "comms/testinfra/TestUtils.h"
99
#include "comms/testinfra/TestsDistUtils.h"
10-
#include "comms/testinfra/tests_common.cuh"
1110
#include "meta/comms-monitor/CommsMonitor.h"
1211

1312
using namespace ncclx::comms_monitor;

comms/ncclx/v2_27/meta/logger/tests/DebugExtentionUT.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "comms/utils/cvars/nccl_cvars.h"
1010
#include "comms/utils/logger/Logger.h"
11-
#include "comms/utils/logger/LoggingFormat.h"
1211

1312
#include "meta/logger/DebugExt.h"
1413

comms/ncclx/v2_27/meta/logger/tests/MemoryLoggingTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "meta/colltrace/CollTrace.h"
2424

2525
#include "LoggerUtil.h"
26-
#include "ScubaLoggerTestMixin.h"
2726
#include "comm.h" // @manual
2827
#include "debug.h" // @manual
2928
#include "nccl.h" // @manual

comms/ncclx/v2_27/meta/tests/AllGatherTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "comms/testinfra/TestUtils.h"
1313
#include "comms/testinfra/TestsCuUtils.h"
1414
#include "comms/testinfra/TestsDistUtils.h"
15-
#include "comms/testinfra/tests_common.cuh"
1615
#include "comms/utils/cvars/nccl_cvars.h"
1716

1817
class AllGatherTest : public NcclxBaseTest {

comms/ncclx/v2_27/meta/tests/AllReduceUniformTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include <comm.h>
1414
#include <nccl.h>
15-
#include "checks.h"
1615
#include "comms/testinfra/TestUtils.h"
1716
#include "comms/testinfra/TestsDistUtils.h"
1817

comms/ncclx/v2_27/meta/tests/AllToAllTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "comms/ctran/Ctran.h"
1313
#include "comms/testinfra/TestUtils.h"
1414
#include "comms/testinfra/TestsDistUtils.h"
15-
#include "comms/testinfra/tests_common.cuh"
1615
#include "comms/utils/cvars/nccl_cvars.h"
1716
#include "meta/colltrace/CollTrace.h"
1817

comms/ncclx/v2_27/meta/tests/AllToAllvTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "comms/testinfra/AlgoTestUtils.h"
1515
#include "comms/testinfra/TestUtils.h"
1616
#include "comms/testinfra/TestsDistUtils.h"
17-
#include "comms/testinfra/tests_common.cuh"
1817
#include "comms/utils/cvars/nccl_cvars.h"
1918
#include "meta/colltrace/CollTrace.h"
2019
#include "meta/hints/GlobalHints.h"

comms/ncclx/v2_27/meta/tests/Broadcast.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "comms/ctran/Ctran.h"
1313
#include "comms/testinfra/TestUtils.h"
1414
#include "comms/testinfra/TestsDistUtils.h"
15-
#include "comms/testinfra/tests_common.cuh"
1615
#include "meta/colltrace/CollTrace.h"
1716

1817
class BroadcastTestCommon : public ::testing::Test {

comms/ncclx/v2_27/meta/tests/FastInitTest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "comm.h"
1212
#include "comms/testinfra/TestUtils.h"
1313
#include "comms/testinfra/TestsDistUtils.h"
14-
#include "comms/testinfra/tests_common.cuh"
1514
#include "nccl.h"
1615

1716
void printCommStateX(const ncclComm& comm) {

0 commit comments

Comments
 (0)