[PATCH] D76414: [mlir][Linalg] Introduce linalg.pooling_min/max/sum op.
Han-Chung Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 10:48:15 PDT 2020
hanchung updated this revision to Diff 252626.
hanchung added a comment.
Fix clang-tidy.
I was following the naming sytle around but it seemed that the namings should all be updated...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76414/new/
https://reviews.llvm.org/D76414
Files:
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
mlir/test/Dialect/Linalg/invalid.mlir
mlir/test/Dialect/Linalg/loops.mlir
mlir/test/Dialect/Linalg/roundtrip.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76414.252626.patch
Type: text/x-patch
Size: 29374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200325/12be50fd/attachment.bin>
More information about the llvm-commits
mailing list