[all-commits] [llvm/llvm-project] 5da010: [mlir][linalg] Add optional output operand to PadT...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jul 14 18:27:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5da010af9a058a70fc301b9c02d4ff370ab2f9a7
https://github.com/llvm/llvm-project/commit/5da010af9a058a70fc301b9c02d4ff370ab2f9a7
Author: Matthias Springer <springerm at google.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/canonicalize.mlir
M mlir/test/Dialect/Linalg/invalid.mlir
M mlir/test/Dialect/Linalg/roundtrip.mlir
Log Message:
-----------
[mlir][linalg] Add optional output operand to PadTensorOp
This optional operand will be used for tiling in a subsequent commit.
Differential Revision: https://reviews.llvm.org/D105459
More information about the All-commits
mailing list