[PATCH] D75722: [mlir][Linalg] Implement padding for linalg.conv and lowering to loops.

Han-Chung Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 12:09:02 PST 2020


hanchung updated this revision to Diff 248802.
hanchung marked 4 inline comments as done.
hanchung added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75722

Files:
  mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
  mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
  mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
  mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
  mlir/test/Dialect/Linalg/loops.mlir
  mlir/test/Dialect/Linalg/roundtrip.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75722.248802.patch
Type: text/x-patch
Size: 9124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/e95e1e8c/attachment.bin>


More information about the llvm-commits mailing list