[all-commits] [llvm/llvm-project] 98fff5: [mlir][linalg] Lower PadTensorOp to InitTensorOp +...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Jun 13 22:26:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98fff5153a81fc501a69a4c184de5236fc806b9f
https://github.com/llvm/llvm-project/commit/98fff5153a81fc501a69a4c184de5236fc806b9f
Author: Matthias Springer <springerm at google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Lower PadTensorOp to InitTensorOp + FillOp + SubTensorInitOp
Currently limited to constant pad values. Any combination of dynamic/static tensor sizes and padding sizes is supported.
Differential Revision: https://reviews.llvm.org/D103679
More information about the All-commits
mailing list