mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[nativert] alias analyzer + layout planner/manager to pytorch core (#156897)
Summary: att Test Plan: ci - unit tests still have some unresolved deps but will move them later. Rollback Plan: Differential Revision: D77320950 Pull Request resolved: https://github.com/pytorch/pytorch/pull/156897 Approved by: https://github.com/zhxchen17
This commit is contained in:
@ -619,6 +619,9 @@ libtorch_nativert_sources = [
|
||||
"torch/nativert/kernels/CallTorchBindKernel.cpp",
|
||||
"torch/nativert/kernels/PrimKernelRegistry.cpp",
|
||||
"torch/nativert/executor/memory/DisjointStorageGroups.cpp",
|
||||
"torch/nativert/executor/memory/AliasAnalyzer.cpp",
|
||||
"torch/nativert/executor/memory/LayoutPlanner.cpp",
|
||||
"torch/nativert/executor/memory/LayoutManager.cpp",
|
||||
]
|
||||
|
||||
torch_mobile_tracer_sources = [
|
||||
|
Reference in New Issue
Block a user