pytorch/test/cpp/lazy
Bin Bao 25c6ebd12c Revert "Revert "[LT] Codegen ReuseNode for supported ops""
Summary: Fixed a XLC build failure by generating an always-return-false
default CanBeReused method.

This reverts commit 3cade9d454.

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

Approved by: https://github.com/alanwaketan
2022-05-16 20:14:42 +00:00
..
CMakeLists.txt [LT] Add a trie data structure for caching IR nodes 2022-05-04 23:48:03 +00:00
test_backend_device.cpp
test_cache.cpp
test_ir.cpp Revert "Revert "[LT] Store OpKind for each IR subclass in a static field"" 2022-05-11 12:27:05 +00:00
test_ir_util.cpp [LT] Move MakeNode into ir_builder.h 2022-05-03 14:53:19 +00:00
test_lazy_ops.cpp lshift and rshift stop support floating types (#77146) 2022-05-11 22:29:30 +00:00
test_lazy_ops_util.cpp
test_lazy_ops_util.h
test_misc.cpp
test_permutation_util.cpp
test_shape.cpp
test_symbolic_shape.cpp [JIT SSA] Added testing for the Cat Op in LazyTensor 2022-05-09 22:11:14 +00:00
test_tensor_impl.cpp
test_trie_cache.cpp Revert "Revert "[LT] Codegen ReuseNode for supported ops"" 2022-05-16 20:14:42 +00:00
test_util.cpp