Skip to content

Commit 65bce74

Browse files
qiyetanmeta-codesync[bot]
authored andcommitted
Rename *.cc to *.cpp
Summary: Follow the same naming pattern as other cpp files under torchcomms. Use *.cpp instead of *.cc Differential Revision: D87873629 Reviewed By: siyengar
1 parent 2da0a2a commit 65bce74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

comms/torchcomms/ncclx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Extension: torchcomms._comms_ncclx
33
file(GLOB TORCHCOMMS_NCCLX_SOURCES
44
"comms/torchcomms/ncclx/*.cpp"
5-
"comms/torchcomms/transport/*.cc"
5+
"comms/torchcomms/transport/*.cpp"
66
)
77
file(GLOB TORCHCOMMS_CUDA_API_SOURCE "comms/torchcomms/device/CudaApi.cpp")
88

0 commit comments

Comments
 (0)