[all-commits] [llvm/llvm-project] d20d0e: [mlir][linalg] Finer-grained padding control.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Sep 27 12:25:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d20d0e145d2fce3a39bd6a76df47455134167cdd
https://github.com/llvm/llvm-project/commit/d20d0e145d2fce3a39bd6a76df47455134167cdd
Author: Tobias Gysi <gysit at google.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir][linalg] Finer-grained padding control.
Adapt the signature of the PaddingValueComputationFunction callback to either return the padding value or failure to signal padding is not desired.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D110572
More information about the All-commits
mailing list