[all-commits] [llvm/llvm-project] e83b7b: [mlir] [VectorOps] Implement vector.reduce operation

Aart Bik via All-commits all-commits at lists.llvm.org
Tue Feb 11 11:32:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e83b7b99da2e0385c567cd3883cad66fb5ce271c
      https://github.com/llvm/llvm-project/commit/e83b7b99da2e0385c567cd3883cad66fb5ce271c
  Author: aartbik <ajcbik at google.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/VectorOps/VectorOps.cpp
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
    M mlir/test/Dialect/VectorOps/invalid.mlir
    M mlir/test/Dialect/VectorOps/ops.mlir

  Log Message:
  -----------
  [mlir] [VectorOps] Implement vector.reduce operation

Summary:
This new operation operates on 1-D vectors and
forms the bridge between vector.contract and
llvm intrinsics for vector reductions.

Reviewers: nicolasvasilache, andydavis1, ftynse

Reviewed By: nicolasvasilache

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list