[all-commits] [llvm/llvm-project] 0609eb: [mlir][linalg] Remove padding from tiling options.

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Nov 10 05:35:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0609eb1b32c26d5c3a440e413ea79191151ecf10
      https://github.com/llvm/llvm-project/commit/0609eb1b32c26d5c3a440e413ea79191151ecf10
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-11-10 (Wed, 10 Nov 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    R mlir/test/Dialect/Linalg/hoist-padding.mlir
    A mlir/test/Dialect/Linalg/pad.mlir
    R mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Remove padding from tiling options.

Remove the padding options from the tiling options since padding is now implemented by a separate pattern/pass introduced in https://reviews.llvm.org/D112412.

The revsion remove the tile-and-pad-tensors.mlir and replaces it with the pad.mlir that tests padding in isolation (without tiling). Similarly, hoist-padding.mlir is replaced by pad-and-hoist.mlir introduced in https://reviews.llvm.org/D112713.

Depends On D112838

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D113382




More information about the All-commits mailing list