[nativert] Move Executor to PyTorch core (#157514)

Test Plan:
CI

Rollback Plan:

Differential Revision: D77693984

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157514
Approved by: https://github.com/zhxchen17
This commit is contained in:
Sheng Qin
2025-07-03 23:31:51 +00:00
committed by PyTorch MergeBot
parent ad86c05b78
commit f7130c097e
3 changed files with 594 additions and 0 deletions

View File

@ -601,6 +601,7 @@ libtorch_nativert_sources = [
"torch/nativert/executor/Placement.cpp",
"torch/nativert/executor/ExecutionPlanner.cpp",
"torch/nativert/executor/ExecutionFrame.cpp",
"torch/nativert/executor/Executor.cpp",
"torch/nativert/executor/GraphExecutorBase.cpp",
"torch/nativert/executor/ConstantFolder.cpp",
"torch/nativert/executor/OpKernel.cpp",