Revert "[2/N][SymmMem] Add MemPool allocator and tests (#161471)"

This reverts commit b291dc9684d00396239a0c7786b7aac71bf69c05.

Reverted https://github.com/pytorch/pytorch/pull/161471 on behalf of https://github.com/atalman due to Multiple internal failures on PR #https://github.com/pytorch/pytorch/pull/161471 will need to land it via co-dev ([comment](https://github.com/pytorch/pytorch/pull/161471#issuecomment-3239283585))
This commit is contained in:
PyTorch MergeBot
2025-08-30 14:00:29 +00:00
parent 2e1345a0f8
commit fb2d5ea697
10 changed files with 0 additions and 138 deletions

View File

@ -755,7 +755,6 @@ libtorch_cuda_distributed_extra_sources = [
"torch/csrc/distributed/c10d/symm_mem/NCCLSymmetricMemory.cu",
"torch/csrc/distributed/c10d/symm_mem/intra_node_comm.cpp",
"torch/csrc/distributed/c10d/symm_mem/intra_node_comm.cu",
"torch/csrc/distributed/c10d/symm_mem/cuda_mem_pool.cpp",
"torch/csrc/distributed/rpc/tensorpipe_cuda.cpp",
]