[PATCH] D74457: [mlir][EDSC][Linalg] Compose linalg_matmul and vector.contract

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 17:50:02 PST 2020


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

This revision allows model builder to create a linalg_matmul whose body
is a vector.contract. This shows the abstractions compose nicely.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74457

Files:
  mlir/include/mlir/Dialect/Linalg/EDSC/Builders.h
  mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
  mlir/test/EDSC/builder-api-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74457.244046.patch
Type: text/x-patch
Size: 8889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200212/bad245cb/attachment.bin>


More information about the llvm-commits mailing list