pytorch/torchgen/dest
Bin Bao 29189d2ba8 [LT] Add IR resuing support for manually-implemented ops
Summary: Add CanBeReused methods for manually-implemented ops and replace MakeNode with
ReuseOrMakeNode.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/77616

Approved by: https://github.com/JackCaoG, https://github.com/wconstab
2022-05-26 16:04:47 +00:00
..
__init__.py Codegen Non-Native IR Nodes (#76535) 2022-05-24 19:29:23 +00:00
lazy_ir.py [LT] Add IR resuing support for manually-implemented ops 2022-05-26 16:04:47 +00:00
lazy_ts_lowering.py Codegen Non-Native IR Nodes (#76535) 2022-05-24 19:29:23 +00:00
native_functions.py
register_dispatch_key.py [test] attempt to functionalize ops with mutable positional-only args 2022-05-19 18:50:34 +00:00
ufunc.py