[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
       
    Tue Mar 10 15:22:01 PDT 2020
    
    
  
hanchung updated this revision to Diff 249503.
hanchung marked 6 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/LinalgOps.h
  mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
  mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
  mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
  mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
  mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
  mlir/lib/Dialect/Linalg/Transforms/Promotion.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.249503.patch
Type: text/x-patch
Size: 15011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200310/e8538d90/attachment.bin>
    
    
More information about the llvm-commits
mailing list