[PATCH] D144108: [mlir][LinAlg][Transform] Add a transform op for conv2d to im2col

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 09:16:07 PST 2023


qcolombet added a comment.

In D144108#4135234 <https://reviews.llvm.org/D144108#4135234>, @nicolasvasilache wrote:

> Seems this part of the commit message could go away?
>
>   The current plumbing is straight forward: we wrap around the greedy
>   pattern matcher.
>   Longer term, we may want to be more targeted and take as input a
>   linalg.conv_2d and apply the pattern only to that.

Yep, updated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144108



More information about the llvm-commits mailing list