[all-commits] [llvm/llvm-project] c818fa: [mlir][Linalg] Replace SimplePad with PadTensor in...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Thu Jan 28 06:51:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c818fa6729e02820c656431126d724d643001b70
https://github.com/llvm/llvm-project/commit/c818fa6729e02820c656431126d724d643001b70
Author: Hanhan Wang <hanchung at google.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/roundtrip.mlir
M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
Log Message:
-----------
[mlir][Linalg] Replace SimplePad with PadTensor in tile-and-pad
This revision creates a build method of PadTensorOp which can be mapped to
SimplePad op. The verifier is updated to accept a static custom result type,
which has the same semantic as SimplePadOp.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D95555
More information about the All-commits
mailing list