[all-commits] [llvm/llvm-project] 01d696: [mlir] rename the "packing" flag of linalg.pad_ten...

ftynse via All-commits all-commits at lists.llvm.org
Mon Oct 4 12:28:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01d696e563545d54852013416dc570b26a085fd7
      https://github.com/llvm/llvm-project/commit/01d696e563545d54852013416dc570b26a085fd7
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/test/Dialect/Linalg/canonicalize.mlir
    M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir

  Log Message:
  -----------
  [mlir] rename the "packing" flag of linalg.pad_tensor to "nofold"

The discussion in https://reviews.llvm.org/D110425 demonstrated that "packing"
may be a confusing term to define the behavior of this op in presence of the
attribute. Instead, indicate the intended effect of preventing the folder from
being applied.

Reviewed By: nicolasvasilache, silvas

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




More information about the All-commits mailing list