[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
Thu Feb 16 01:59:44 PST 2023
qcolombet added a comment.
> These patterns look very similar, any chance they can be generalized somehow?
Maybe. I haven't really looked into them, the meat of the patch is literally a copy/paste of the IREE version (hence me asking the original authors whether or not they are okay with 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