[PATCH] D80348: [mlir][Linalg] Add support for fusion between indexed_generic ops and tensor_reshape ops

Han-Chung Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 17:28:10 PDT 2020


hanchung added a comment.

In D80348#2052290 <https://reviews.llvm.org/D80348#2052290>, @mravishankar wrote:

> Good to know that this minimal change works as expected (I hoped it would). Thanks for adding tests. 
>  Based on the previous patch in this stack, if we can combine the methods for fusion of generic/indexed-generic producer/consumer then I think this change will not be needed. The tests are still useful though. Will wait to review this again after that.


This is a bit tricky, we still need the change to deduce the type of the op to create (whether this is GenericOp or IndexedGenericOp).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80348/new/

https://reviews.llvm.org/D80348





More information about the llvm-commits mailing list