[PATCH] D73165: [MLIR][Linalg] Allow fusion of more than 2 linalg ops.

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 06:25:39 PST 2020


nicolasvasilache accepted this revision.
nicolasvasilache added a comment.

The syntactic order of statements is good.
The fusion rules are too lenient and we end up recomputing things too many times.
This is a know current issue that I need to fix, filing a bug for it.

The TL;DR is do not count on fusion with reductions to compute the correct value atm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73165





More information about the llvm-commits mailing list