Revert "Move at::{Refcounted,}MapAllocator to c10 (#109881)"

This reverts commit 0341deb1c720d8c908ed40e853eaacfc8ac37181.

Reverted https://github.com/pytorch/pytorch/pull/109881 on behalf of https://github.com/albanD due to It does break buck build ([comment](https://github.com/pytorch/pytorch/pull/109881#issuecomment-1756195823))
This commit is contained in:
PyTorch MergeBot
2023-10-10 20:39:11 +00:00
parent 495f77be7a
commit 02a02a23ee
17 changed files with 798 additions and 1154 deletions

View File

@ -1002,6 +1002,7 @@ aten_cpu_source_non_codegen_list = [
"aten/src/ATen/FunctionalTensorWrapper.cpp",
"aten/src/ATen/FunctionalizeFallbackKernel.cpp",
"aten/src/ATen/MemoryOverlap.cpp",
"aten/src/ATen/MapAllocator.cpp",
"aten/src/ATen/NamedTensorUtils.cpp",
"aten/src/ATen/NestedTensorImpl.cpp",
"aten/src/ATen/ParallelCommon.cpp",