[PATCH] D80348: [mlir][Linalg] Add support for fusion between indexed_generic ops and tensor_reshape ops
Mahesh Ravishankar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 23 12:11:43 PDT 2020
mravishankar requested changes to this revision.
mravishankar added a comment.
This revision now requires changes to proceed.
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.
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