[all-commits] [llvm/llvm-project] c93982: [mlir][transform] Drop redundant padding_dimension...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Jun 23 03:29:03 PDT 2025


  Branch: refs/heads/users/nico/revisit-pad-drop-padding-dimensions
  Home:   https://github.com/llvm/llvm-project
  Commit: c93982257cad24a192a2509464fd3f42c1a9604e
      https://github.com/llvm/llvm-project/commit/c93982257cad24a192a2509464fd3f42c1a9604e
  Author: Nicolas Vasilache <nico.vasilache at amd.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/PadTilingInterface.cpp
    M mlir/test/Dialect/Linalg/transform-op-pad-tiling-interface-multiple-of.mlir
    M mlir/test/Dialect/Linalg/transform-op-pad-tiling-interface.mlir

  Log Message:
  -----------
  [mlir][transform] Drop redundant padding_dimensions spec from pad_tiling_interface

This revision aligns padding specification in pad_tiling_interface to that of tiling specification.
Dimensions that should be skipped are specified by "padding by 0".
Trailing dimensions that are ignored are automatically completed to "pad to 0".



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list