[all-commits] [llvm/llvm-project] 2cc5f5: [mlir][Linalg] Implement tileReductionUsingScf for...

Kunwar Grover via All-commits all-commits at lists.llvm.org
Wed Aug 16 13:47:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cc5f5d43c20428c9b9799176ae2d1da0bf9330d
      https://github.com/llvm/llvm-project/commit/2cc5f5d43c20428c9b9799176ae2d1da0bf9330d
  Author: Groverkss <groverkss at gmail.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/TilingInterfaceImpl.cpp
    M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
    M mlir/test/Dialect/Linalg/transform-tile-reduction.mlir

  Log Message:
  -----------
  [mlir][Linalg] Implement tileReductionUsingScf for multiple reductions

This patch improves the reduction tiling for linalg to support multiple
reduction dimensions.

Reviewed By: mravishankar

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




More information about the All-commits mailing list