torch-mlir/test/Dialect
Ramiro Leal-Cavazos 9bc606c384
Add support for returning more than one copy of the same tensor (#1228)
One of the simplifications made by the pass `RefinePublicReturn`
currently only happens if the tensor in question only has one
user. However, the current method of checking this does not correctly
handle the case of a user having multiple uses of the same
tensor. This commit makes sure only unique users are considered.
2022-08-18 22:41:45 +00:00
..
Torch Add support for returning more than one copy of the same tensor (#1228) 2022-08-18 22:41:45 +00:00
TorchConversion Rework how global slot initializers work. 2022-08-08 18:12:06 -07:00