[all-commits] [llvm/llvm-project] 977cb4: [mlir][linalg][transform] PadOp: Add option to gen...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Aug 9 08:15:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 977cb4fdf8033548ec3e8a1bec7fc8e0e2fc0a62
      https://github.com/llvm/llvm-project/commit/977cb4fdf8033548ec3e8a1bec7fc8e0e2fc0a62
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/TransformOps/CMakeLists.txt
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Padding.cpp
    M mlir/test/Dialect/Linalg/transform-op-hoist-pad.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][linalg][transform] PadOp: Add option to generate linalg.copy copy_back op

Three different options can be specified:
* `bufferization.copy_tensor` (default)
* `linalg.copy`
* `none` (no copy_back)

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




More information about the All-commits mailing list