Skip to content

Commit f15c18f

Browse files
generatedunixname89002005287564meta-codesync[bot]
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/comms/torchcomms
Reviewed By: cenzhaometa Differential Revision: D86187608 fbshipit-source-id: f75eba3438116f3ceabc37f360ed9ead753817c8
1 parent fb92b85 commit f15c18f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

comms/torchcomms/rccl/TorchCommRCCLBootstrap.cpp

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

33
#include "comms/torchcomms/rccl/TorchCommRCCLBootstrap.hpp"
44
#include <ATen/hip/HIPContext.h> // @manual
5-
#include <dlfcn.h>
65
#include <torch/csrc/distributed/c10d/TCPStore.hpp> // @manual
76
#include "rccl.h" // @manual
87

comms/torchcomms/tests/integration/cpp/BroadcastTestMain.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
#include "BroadcastTest.hpp"
44

5-
#include <ATen/cuda/CUDAContext.h>
6-
#include <ATen/cuda/CUDAGraph.h>
7-
#include <c10/cuda/CUDAGuard.h>
85
#include <gtest/gtest.h>
96
#include "TorchCommTestHelpers.h"
107

0 commit comments

Comments
 (0)