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

Quinn Dawkins via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 08:27:52 PST 2023


qedawkins added a comment.

I will let others review the transform dialect piece, but I see the movement of these patterns from IREE as a step in the right direction. Also, it would probably be good to pull the FileCheck tests from IREE as well, even if the intent is to later generalize the patterns as the transform won't change.


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