[PATCH] D80375: [mlir][Vector] Add vector contraction to outerproduct lowering

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 05:54:29 PDT 2020


nicolasvasilache created this revision.
nicolasvasilache added reviewers: ftynse, poechsel, aartbik.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.

This revision adds the additional lowering and exposes the patterns at a finer granularity for better programmatic reuse. The unit test makes use of the finer grained pattern for simpler checks.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80375

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80375.265482.patch
Type: text/x-patch
Size: 18545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/3bec9b3b/attachment.bin>


More information about the llvm-commits mailing list