[all-commits] [llvm/llvm-project] 4064b6: [mlir][linalg] Tile PadTensorOp

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jul 14 18:43:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4064b6a36348a0405a52b690437a1ae3004beec1
      https://github.com/llvm/llvm-project/commit/4064b6a36348a0405a52b690437a1ae3004beec1
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
    M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
    A mlir/test/Dialect/Linalg/tile-pad-tensor-op.mlir

  Log Message:
  -----------
  [mlir][linalg] Tile PadTensorOp

Tiling can be enabled with `linalg-tile-pad-tensor-ops`. Only scf::ForOp can be generated at the moment.

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




More information about the All-commits mailing list