[all-commits] [llvm/llvm-project] f7fda6: [mlir][linalg] Add extra parameter to tiling reduc...

Thomas via All-commits all-commits at lists.llvm.org
Wed Dec 7 10:37:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7fda6ba4a7bca12bc7ef62d27895aa24482eda5
      https://github.com/llvm/llvm-project/commit/f7fda6ba4a7bca12bc7ef62d27895aa24482eda5
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
    M mlir/test/Dialect/Linalg/transform-tile-reduction.mlir

  Log Message:
  -----------
  [mlir][linalg] Add extra parameter to tiling reduction to foreach_thread

This adds a tile_size parameter, when it is used the tiles are
cyclically distributed onto the threads of the scf.foreach_thread op.

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




More information about the All-commits mailing list