[all-commits] [llvm/llvm-project] 753a67: [mlir][Linalg] Refactor and improve vectorization ...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Oct 12 05:47:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 753a67b5c98f86ddddd4326e73de600250ea3cbe
      https://github.com/llvm/llvm-project/commit/753a67b5c98f86ddddd4326e73de600250ea3cbe
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/test/Dialect/Linalg/vectorization.mlir

  Log Message:
  -----------
  [mlir][Linalg] Refactor and improve vectorization to add support for reduction into 0-d tensors.

This revision takes advantage of the recently added support for 0-d transfers and vector.multi_reduction that return a scalar.

Reviewed By: pifon2a

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




More information about the All-commits mailing list