[all-commits] [llvm/llvm-project] f69175: [mlir][vector] Add unrolling pattern for multidim_...

Thomas via All-commits all-commits at lists.llvm.org
Mon Mar 14 08:22:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f69175b1e6aba63ad349644256c58c0e3b3316f1
      https://github.com/llvm/llvm-project/commit/f69175b1e6aba63ad349644256c58c0e3b3316f1
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/lib/Dialect/Vector/Transforms/VectorUnrollDistribute.cpp
    M mlir/test/Dialect/Vector/vector-unroll-options.mlir
    M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp

  Log Message:
  -----------
  [mlir][vector] Add unrolling pattern for multidim_reduce op

Implement the vectorLoopUnroll interface for MultiDimReduceOp and add a
pattern to do the unrolling following the same interface other vector
unroll patterns.

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




More information about the All-commits mailing list