[PATCH] D77286: [mlir] Enable fusion on conv op if it is a consumer.

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 08:02:44 PDT 2020


nicolasvasilache requested changes to this revision.
nicolasvasilache added a comment.

As Mahesh says, this has incorrect assumptions.
Even just tiling of a conv. op along padded dimensions is not a closed operation and cannot be represented with a single op + attribute.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77286





More information about the llvm-commits mailing list