[all-commits] [llvm/llvm-project] b1d820: [mlir][Vector] Add lowering support for 1-D masked...

Diego Caballero via All-commits all-commits at lists.llvm.org
Tue Feb 7 12:05:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1d82057ed7b5374e9e8ebf5d7c53104e555ee53
      https://github.com/llvm/llvm-project/commit/b1d82057ed7b5374e9e8ebf5d7c53104e555ee53
  Author: Diego Caballero <diegocaballero at google.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorMultiDimReductionTransforms.cpp
    M mlir/test/Dialect/Vector/vector-multi-reduction-lowering.mlir

  Log Message:
  -----------
  [mlir][Vector] Add lowering support for 1-D masked multi-reductions

1-D multi-reductions follow a different lowering path (they are
converted to 2-D multi-reductions) so masked variants need to be
supported explicitly.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list