[all-commits] [llvm/llvm-project] ce8284: [mlir][linalg] update fusion to support linalg ind...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Apr 14 08:38:54 PDT 2021


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

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/test/Dialect/Linalg/fusion-indexed-generic.mlir
    M mlir/test/lib/Transforms/TestLinalgFusionTransforms.cpp

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

The patch updates the linalg fusion pass to add the tile offsets to the indices.

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




More information about the All-commits mailing list