[all-commits] [llvm/llvm-project] b21c79: [mlir] [VectorOps] Initial framework for progressi...

Aart Bik via All-commits all-commits at lists.llvm.org
Thu Feb 13 15:08:16 PST 2020


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

  Changed paths:
    M mlir/include/mlir/Dialect/VectorOps/VectorOps.h
    M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
    A mlir/test/Dialect/VectorOps/vector-contract-transforms.mlir
    M mlir/test/lib/Transforms/TestVectorTransforms.cpp

  Log Message:
  -----------
  [mlir] [VectorOps] Initial framework for progressively lowering vector.contract

Summary:
This sets the basic framework for lowering vector.contract progressively
into simpler vector.contract operations until a direct vector.reduction
operation is reached. More details will be filled out progressively as well.

Reviewers: nicolasvasilache

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/D74520




More information about the All-commits mailing list