Revert "[nativert] move layout planner algorithms to libtorch (#156508)"

This reverts commit eab45643f22e58ee12d95d8b0162d51ca0a50801.

Reverted https://github.com/pytorch/pytorch/pull/156508 on behalf of https://github.com/atalman due to [GH job link](https://github.com/pytorch/pytorch/actions/runs/15793524714/job/44524067679) [HUD commit link](eab45643f2) ([comment](https://github.com/pytorch/pytorch/pull/156508#issuecomment-2993589983))
This commit is contained in:
PyTorch MergeBot
2025-06-21 13:42:40 +00:00
parent 1cfdcb975a
commit d846e21355
7 changed files with 0 additions and 280 deletions

View File

@ -610,8 +610,6 @@ libtorch_nativert_sources = [
"torch/nativert/detail/ITree.cpp",
"torch/nativert/kernels/C10Kernel.cpp",
"torch/nativert/kernels/AutoFunctionalizeKernel.cpp",
"torch/nativert/executor/memory/GreedyBySize.cpp",
"torch/nativert/executor/memory/Bump.cpp",
]
torch_mobile_tracer_sources = [