[PATCH] D74797: [mlir] [VectorOps] Framework for progressive lowering of vector.contract

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 14:44:05 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74797

Files:
  mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
  mlir/test/Dialect/VectorOps/vector-contract-transforms.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74797.245277.patch
Type: text/x-patch
Size: 20306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/c97e4d97/attachment.bin>


More information about the llvm-commits mailing list