mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[nativert] libtorch kernel registry (#157150)
Summary: att Test Plan: ci Rollback Plan: Differential Revision: D77451703 Pull Request resolved: https://github.com/pytorch/pytorch/pull/157150 Approved by: https://github.com/georgiaphillips, https://github.com/henryoier
This commit is contained in:
@ -625,6 +625,10 @@ libtorch_nativert_sources = [
|
||||
"torch/nativert/executor/memory/AliasAnalyzer.cpp",
|
||||
"torch/nativert/executor/memory/LayoutPlanner.cpp",
|
||||
"torch/nativert/executor/memory/LayoutManager.cpp",
|
||||
"torch/nativert/kernels/KernelRegistry.cpp",
|
||||
"torch/nativert/kernels/NativeKernels.cpp",
|
||||
"torch/nativert/kernels/GeneratedStaticDispatchKernels.cpp",
|
||||
"torch/nativert/kernels/GeneratedNativeStaticDispatchKernels.cpp",
|
||||
]
|
||||
|
||||
torch_mobile_tracer_sources = [
|
||||
|
Reference in New Issue
Block a user