[all-commits] [llvm/llvm-project] ba72cf: [mlir] Add an interface to allow operations to spe...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Mon Aug 30 16:31:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba72cfe73464b9f1e06f2cd2bed93b07483c0be1
      https://github.com/llvm/llvm-project/commit/ba72cfe73464b9f1e06f2cd2bed93b07483c0be1
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
    M mlir/include/mlir/Interfaces/CMakeLists.txt
    A mlir/include/mlir/Interfaces/TilingInterface.h
    A mlir/include/mlir/Interfaces/TilingInterface.td
    M mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
    M mlir/lib/Interfaces/CMakeLists.txt
    A mlir/lib/Interfaces/TilingInterface.cpp
    M mlir/test/Dialect/Linalg/tile-pad-tensor-op.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] Add an interface to allow operations to specify how they can be tiled.

An interface to allow for tiling of operations is introduced. The
tiling of the linalg.pad_tensor operation is modified to use this
interface.

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




More information about the All-commits mailing list