[all-commits] [llvm/llvm-project] 94b846: [mlir][Tensor] Add a helper build method for pad o...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Mon Oct 24 11:12:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94b8469a88bca49af8a71b6668eece1bbd48004b
      https://github.com/llvm/llvm-project/commit/94b8469a88bca49af8a71b6668eece1bbd48004b
  Author: Mahesh Ravishankar <ravishankarm at google.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
    M mlir/include/mlir/Dialect/Tensor/Utils/Utils.h
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamed.cpp
    M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    M mlir/lib/Dialect/Tensor/Utils/Utils.cpp

  Log Message:
  -----------
  [mlir][Tensor] Add a helper build method for pad operations with constant padding.

Drop the `createPadScalarOp` from Utils.h since it is a duplicate of
the `build` method added here.

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




More information about the All-commits mailing list