[all-commits] [llvm/llvm-project] b2af2a: [mlir] Mode for explicitly controlling the fusion ...

Sumesh Udayakumaran via All-commits all-commits at lists.llvm.org
Mon Sep 27 10:48:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2af2aeea679b995b7d430567b3dc9fde6cfd3e0
      https://github.com/llvm/llvm-project/commit/b2af2aeea679b995b7d430567b3dc9fde6cfd3e0
  Author: Sumesh Udayakumaran <sumesh.uk at gmail.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/include/mlir/Transforms/Passes.td
    M mlir/lib/Transforms/LoopFusion.cpp
    M mlir/lib/Transforms/PassDetail.h
    M mlir/test/Transforms/loop-fusion-4.mlir

  Log Message:
  -----------
  [mlir] Mode for explicitly controlling the fusion kind

New mode option that allows for either running the default fusion kind that happens today or doing either of producer-consumer or sibling fusion. This will also be helpful to minimize the compile-time of the fusion tests.

Reviewed By: bondhugula, dcaballe

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




More information about the All-commits mailing list