[PATCH] D78464: [mlir][Linalg] Add support for fusing linalg.tensor_reshape with linalg.generic operations.

Mahesh Ravishankar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 14:08:38 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG542668d1e206: [mlir][Linalg] Add support for fusing linalg.tensor_reshape with linalg.generic… (authored by mravishankar).

Changed prior to commit:
  https://reviews.llvm.org/D78464?vs=259691&id=259709#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78464

Files:
  mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
  mlir/include/mlir/Dialect/Linalg/Passes.h
  mlir/include/mlir/IR/StandardTypes.h
  mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
  mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
  mlir/lib/IR/StandardTypes.cpp
  mlir/test/Dialect/Linalg/fusion-tensor.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78464.259709.patch
Type: text/x-patch
Size: 20848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200423/4c865596/attachment.bin>


More information about the llvm-commits mailing list