[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
Wed May 20 18:15:22 PDT 2020


hanchung created this revision.
hanchung added reviewers: mravishankar, nicolasvasilache, antiagainst.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, shauheen, jpienaar, rriddle, mehdi_amini, arphaman.
Herald added a project: LLVM.

The fusion for tensor_reshape is embedding the information to indexing maps,
thus the exising pattenr also works for indexed_generic ops.

Depends On D80347 <https://reviews.llvm.org/D80347>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80348

Files:
  mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
  mlir/test/Dialect/Linalg/fusion-tensor.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80348.265397.patch
Type: text/x-patch
Size: 4667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/dbc12720/attachment.bin>


More information about the llvm-commits mailing list