[PATCH] D75722: [mlir][Linalg] Implement padding for linalg.conv and lowering to loops.
    Stella Laurenzo via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 12 16:51:13 PDT 2020
    
    
  
stellaraccident requested changes to this revision.
stellaraccident added inline comments.
This revision now requires changes to proceed.
================
Comment at: mlir/test/Dialect/Linalg/loops.mlir:224
+}
+// CHECK-LABLE: func @conv_padding
+//       CHECK: %{{.*}}: memref<?x?x?x?xf32>, %{{.*}}: memref<?x?x?x?xf32>, %{{.*}}: memref<?x?x?x?xf32>) {
----------------
Typo: // CHECK-LABEL
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75722/new/
https://reviews.llvm.org/D75722
    
    
More information about the llvm-commits
mailing list