[all-commits] [llvm/llvm-project] 27fca5: [mlir][Linalg] Add support for fusion between inde...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Wed Jun 3 15:00:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 27fca57546c2828e2684c02b7aa677cbd6603bfd
https://github.com/llvm/llvm-project/commit/27fca57546c2828e2684c02b7aa677cbd6603bfd
Author: Hanhan Wang <hanchung at google.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/test/Dialect/Linalg/fusion-tensor.mlir
Log Message:
-----------
[mlir][Linalg] Add support for fusion between indexed_generic ops and tensor_reshape ops
Summary:
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
Differential Revision: https://reviews.llvm.org/D80348
More information about the All-commits
mailing list