mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[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:
committed by
PyTorch MergeBot
parent
ad86c05b78
commit
f7130c097e
@ -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",
|
||||
|
Reference in New Issue
Block a user