[all-commits] [llvm/llvm-project] fa79df: [mlir][Linalg] Reland Add ReduceOp to Linalg struc...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Thu Sep 29 23:43:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa79dff8bc8b2da923d4935f4b2035f7e1e11e0a
      https://github.com/llvm/llvm-project/commit/fa79dff8bc8b2da923d4935f4b2035f7e1e11e0a
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/include/mlir/IR/AffineMap.h
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/Dialect/Linalg/invalid.mlir
    M mlir/test/Dialect/Linalg/roundtrip.mlir

  Log Message:
  -----------
  [mlir][Linalg] Reland Add ReduceOp to Linalg structured ops.

This op will allow to model (variadic) reductions with this special op
instead of using GenericOp.

This reverts commit 535fd753ef8dcfe5c73219ea7173e015a74e4f59.
Additional fix: implement a getLibraryName method.




More information about the All-commits mailing list