[all-commits] [llvm/llvm-project] 8ea5d1: [mlir][linalg] update tiling to support linalg ind...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Apr 13 07:37:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ea5d190ecc701e5a2df7661f21d4b0ad0fbdc29
      https://github.com/llvm/llvm-project/commit/8ea5d190ecc701e5a2df7661f21d4b0ad0fbdc29
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    A mlir/test/Dialect/Linalg/tile-indexed.mlir
    M mlir/test/Dialect/Linalg/tile.mlir

  Log Message:
  -----------
  [mlir][linalg] update tiling to support linalg index operations.

The patch updates the tiling pass to add the tile offsets to the indices returned by the linalg operations.

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




More information about the All-commits mailing list