mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[LT] Move MakeNode into ir_builder.h
Summary: Move MakeNode into ir_builder.h to avoid circular header reference later when introducing a trie cache for IR node lookup. Pull Request resolved: https://github.com/pytorch/pytorch/pull/76482 Approved by: https://github.com/wconstab
This commit is contained in:
committed by
PyTorch MergeBot
parent
138c944a6b
commit
f8a4780eb2
@ -451,6 +451,7 @@ def run_gen_lazy_tensor(
|
||||
"ATen/MetaFunctions.h",
|
||||
"ATen/Operators.h",
|
||||
"ATen/native/CPUFallback.h",
|
||||
"torch/csrc/lazy/core/ir_builder.h",
|
||||
"torch/csrc/lazy/core/lazy_graph_executor.h",
|
||||
"torch/csrc/lazy/core/metrics.h",
|
||||
"torch/csrc/lazy/core/shape.h",
|
||||
|
Reference in New Issue
Block a user