torch-mlir/lib/Dialect
Ramiro Leal-Cavazos 51e267aa37
Combine maximize-value-semantics rewrite patterns into one pattern (#642)
This commit replaces the two rewrite patterns of
maximize-value-semantics with a single pattern that captures the
behavior of both as well as other edge cases previously not
supported. The new pattern works by first performing alias analysis on
a subgraph to see if pattern is applicable, then rewriting all
non-value tensors to value tensors in a single go.
2022-03-10 09:36:52 -08:00
..
Torch Combine maximize-value-semantics rewrite patterns into one pattern (#642) 2022-03-10 09:36:52 -08:00
TorchConversion [MLIR][TORCH] Add TorchToTMTensor pass 2022-03-08 22:52:34 +05:30
CMakeLists.txt Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00