[all-commits] [llvm/llvm-project] 24199f: [mlir][linalg] Lower subtensor(pad_tensor) to pad_...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Jun 18 21:45:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24199f534f61d9ac7d2d9dcde7b9cac93c84d4f0
      https://github.com/llvm/llvm-project/commit/24199f534f61d9ac7d2d9dcde7b9cac93c84d4f0
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-06-19 (Sat, 19 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    A mlir/test/Dialect/Linalg/subtensor-of-padtensor.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Lower subtensor(pad_tensor) to pad_tensor(subtensor)

Only high padding is supported at the moment. Low padding will be added in a separate commit.

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




More information about the All-commits mailing list