[all-commits] [llvm/llvm-project] 411b1d: [mlir][Tensor] Make `TilingInterface` implementati...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Mon Mar 20 14:23:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 411b1d8f079533860a990ee615abae3b0e6dbd8b
      https://github.com/llvm/llvm-project/commit/411b1d8f079533860a990ee615abae3b0e6dbd8b
  Author: Mahesh Ravishankar <ravishankarm at google.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir][Tensor] Make `TilingInterface` implementation only return handle to the created `pad` operation.

Pad tiling implementation only needs to return the tiled pad
operation. The rest of the generated code is related to handling
boundary conditions.

Reviewed By: hanchung

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




More information about the All-commits mailing list