mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[nativert] move constantfolder to libtorch (#156918)
Summary: att -- unit tests will be migrated later, since they still have unresolved deps. Test Plan: ci Rollback Plan: Differential Revision: D77159278 Pull Request resolved: https://github.com/pytorch/pytorch/pull/156918 Approved by: https://github.com/henryoier, https://github.com/zhxchen17
This commit is contained in:
@ -602,6 +602,7 @@ libtorch_nativert_sources = [
|
||||
"torch/nativert/executor/ExecutionPlanner.cpp",
|
||||
"torch/nativert/executor/ExecutionFrame.cpp",
|
||||
"torch/nativert/executor/GraphExecutorBase.cpp",
|
||||
"torch/nativert/executor/ConstantFolder.cpp",
|
||||
"torch/nativert/executor/OpKernel.cpp",
|
||||
"torch/nativert/executor/PlacementUtils.cpp",
|
||||
"torch/nativert/executor/SerialGraphExecutor.cpp",
|
||||
|
Reference in New Issue
Block a user