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

@ -1128,9 +1128,6 @@ This class does not support ``__members__`` property.)");
&::c10d::symmetric_memory::has_multicast_support)
.def_static("set_backend", &::c10d::symmetric_memory::set_backend)
.def_static("get_backend", &::c10d::symmetric_memory::get_backend)
.def_static(
"get_mempool_allocator",
&::c10d::symmetric_memory::get_mempool_allocator)
.def_property_readonly("rank", &SymmetricMemory::get_rank)
.def_property_readonly("world_size", &SymmetricMemory::get_world_size)
.def_property_readonly(