[all-commits] [llvm/llvm-project] 5c5817: [mlir][Vector] Add support for scalable vectors in...

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Tue Aug 8 10:02:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c581720b9bc28e933de1aed99c79557803f22ac
      https://github.com/llvm/llvm-project/commit/5c581720b9bc28e933de1aed99c79557803f22ac
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

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

  Log Message:
  -----------
  [mlir][Vector] Add support for scalable vectors in multi_reduction

Support for scalable vectors in vector.multi_reduction is added by
simply updating MultiDimReductionOp::verify.

Also, the conversion pattern for reducing n-D vector.multi_reduction to
2D vector.multi_reduction is updated.

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




More information about the All-commits mailing list