Revert "Introduce 3 low-latency, intra-node allreduce algorithms for small messages to PyTorch (#114001)"

This reverts commit adfbd2b219f4995d3f13870927022b67550f8b0e.

Reverted https://github.com/pytorch/pytorch/pull/114001 on behalf of https://github.com/atalman due to OSSCI oncall, breaks periodic jobs ([comment](https://github.com/pytorch/pytorch/pull/114001#issuecomment-1856539040))
This commit is contained in:
PyTorch MergeBot
2023-12-14 20:33:10 +00:00
parent 67232199b1
commit 7ecddaef23
12 changed files with 6 additions and 1354 deletions

View File

@ -674,8 +674,6 @@ libtorch_cuda_distributed_extra_sources = [
"torch/csrc/distributed/c10d/ProcessGroupUCC.cpp",
"torch/csrc/distributed/c10d/UCCTracing.cpp",
"torch/csrc/distributed/c10d/UCCUtils.cpp",
"torch/csrc/distributed/c10d/intra_node_comm.cpp",
"torch/csrc/distributed/c10d/intra_node_comm.cu",
"torch/csrc/distributed/rpc/tensorpipe_cuda.cpp",
"torch/csrc/distributed/c10d/quantization/quantization_gpu.cu",
]