[all-commits] [llvm/llvm-project] 8d07ba: [mlir][linalg] Simplify the hoist padding tests.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Nov 25 23:40:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d07ba817c98374b74ff3ba11c2cb5181cf37031
https://github.com/llvm/llvm-project/commit/8d07ba817c98374b74ff3ba11c2cb5181cf37031
Author: Tobias Gysi <gysit at google.com>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
A mlir/test/Dialect/Linalg/hoist-padding.mlir
R mlir/test/Dialect/Linalg/pad-and-hoist.mlir
Log Message:
-----------
[mlir][linalg] Simplify the hoist padding tests.
Use primarily matvec instead of matmul to test hoist padding. Test the hoisting only starting from already padded IR. Use one-dimensional tiling only except for the tile_and_fuse test that exercises hoisting on a larger loop nest with fill and pad tensor operations in the backward slice.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D114608
More information about the All-commits
mailing list