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

This reverts commit 68a1219f74467a4d2124288f3ab6f8bc471fe4a1.

Reverted https://github.com/pytorch/pytorch/pull/109881 on behalf of https://github.com/kit1980 due to breaking internal builds, undefined symbol: _ZN3c1022RefcountedMapAllocator6decrefEv ([comment](https://github.com/pytorch/pytorch/pull/109881#issuecomment-1761950014))
This commit is contained in:
PyTorch MergeBot
2023-10-13 17:57:53 +00:00
parent 8162f4170b
commit f68d6e8108
18 changed files with 799 additions and 1161 deletions

View File

@ -1004,6 +1004,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",