[all-commits] [llvm/llvm-project] f41abc: [mlir][vector] Relax restriction on reduction dist...

Thomas via All-commits all-commits at lists.llvm.org
Fri Jan 6 08:20:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f41abcda5ee0cf9d6a99bae5db08c60cbbafa760
      https://github.com/llvm/llvm-project/commit/f41abcda5ee0cf9d6a99bae5db08c60cbbafa760
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp

  Log Message:
  -----------
  [mlir][vector] Relax restriction on reduction distribution

Relax unnecessary restriction when distribution a vector.reduce op.
All the float and integer types can be supported by user's lambda.

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




More information about the All-commits mailing list