[all-commits] [llvm/llvm-project] 748bf4: [mlir][Linalg] Add support for tileFuseAndDistribu...

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Fri Feb 25 11:52:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 748bf4bb289b50800d0b7b865d39b18bc7f3c77a
      https://github.com/llvm/llvm-project/commit/748bf4bb289b50800d0b7b865d39b18bc7f3c77a
  Author: Hanhan Wang <hanchung at google.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
    M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    A mlir/test/Dialect/Linalg/tile-fuse-and-distribute.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][Linalg] Add support for tileFuseAndDistribute on tensors.

This extends TileAndFuse to handle distribution on tensors.

Reviewed By: gysit

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




More information about the All-commits mailing list