[all-commits] [llvm/llvm-project] 2d2cdf: [mlir][linalg] Changing the positions of introduce...

Murali Vijayaraghavan via All-commits all-commits at lists.llvm.org
Tue Nov 29 20:07:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d2cdf41763236e280a7e1c815f8e32441ee1f15
      https://github.com/llvm/llvm-project/commit/2d2cdf41763236e280a7e1c815f8e32441ee1f15
  Author: Murali Vijayaraghavan <muralivi at google.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/SplitReduction.cpp
    M mlir/test/Dialect/Linalg/transform-op-split-reduction.mlir

  Log Message:
  -----------
  [mlir][linalg] Changing the positions of introduced parallel loop in SplitReduction to be consistent with IREE's downstream passes

IREE's passes depend on the behavior of SplitReduction's introduced
parallel loop being the same as the introduced dimension in the
intermediate tensor (the order of loops was changed in
https://reviews.llvm.org/D137478).

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




More information about the All-commits mailing list