[all-commits] [llvm/llvm-project] d40a19: [mlir][linalg] Add pattern to push reshape after e...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Apr 21 21:36:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d40a19c3a8b3da1a6be40f3b0b56075ed1e31e3a
https://github.com/llvm/llvm-project/commit/d40a19c3a8b3da1a6be40f3b0b56075ed1e31e3a
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
A mlir/test/Dialect/Linalg/fusion-push-reshape.mlir
M mlir/test/lib/Transforms/TestLinalgElementwiseFusion.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[mlir][linalg] Add pattern to push reshape after elementwise operation
This help expose more fusion opportunities.
Differential Revision: https://reviews.llvm.org/D100685
More information about the All-commits
mailing list