[all-commits] [llvm/llvm-project] 071358: [mlir][Linalg] Add producer-consumer fusion when p...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Wed May 20 09:17:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 071358e08224b9971f6b7fc49a5e014a5662187c
https://github.com/llvm/llvm-project/commit/071358e08224b9971f6b7fc49a5e014a5662187c
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/test/Dialect/Linalg/fusion-tensor.mlir
Log Message:
-----------
[mlir][Linalg] Add producer-consumer fusion when producer is a ConstantOp
and Consumer is a GenericOp.
Differential Revision: https://reviews.llvm.org/D79838
More information about the All-commits
mailing list