[PATCH] D74520: [mlir] [VectorOps] Initial framework for progressively lowering vector.contract

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 19:14:00 PST 2020


aartbik created this revision.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74520

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74520.244320.patch
Type: text/x-patch
Size: 17228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/47615578/attachment.bin>


More information about the llvm-commits mailing list