[all-commits] [llvm/llvm-project] 83c65f: [mlir][linalg] Expose pattern to collapse generic ...

Thomas via All-commits all-commits at lists.llvm.org
Mon Oct 10 09:44:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83c65fbc2842909444bfe0a74ed083d164381078
      https://github.com/llvm/llvm-project/commit/83c65fbc2842909444bfe0a74ed083d164381078
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-10-10 (Mon, 10 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
    A mlir/test/Dialect/Linalg/collapse-dim.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgElementwiseFusion.cpp

  Log Message:
  -----------
  [mlir][linalg] Expose pattern to collapse generic op dimensions

Add a pattern to be able to collapse dimensions in a linalg generic op.

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




More information about the All-commits mailing list