[all-commits] [llvm/llvm-project] 39a604: [mlir][linalg] update fusion on tensors to support...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Mon Apr 19 23:14:47 PDT 2021


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

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
    M mlir/test/Dialect/Linalg/fusion-tensor.mlir
    M mlir/test/Dialect/Linalg/reshape_fusion.mlir

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

The patch replaces the index operations in the body of fused producers and linearizes the indices after expansion.

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




More information about the All-commits mailing list