[PATCH] D144108: [mlir][LinAlg][Transform] Add a transform op for conv2d to im2col
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 08:08:27 PST 2023
nicolasvasilache added a comment.
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.
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