[PATCH] D75776: [mlir][Vector] Allow lowering of vector.shape_cast 2D <-> 1D

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 14:55:38 PST 2020


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

This supports the progressive lowering of:
vector.contract ->

  downcast + vector.matrix_multiply + upcast ->
    llvm.intr.matrix

but can be otherwise submitted separately.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75776

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75776.248837.patch
Type: text/x-patch
Size: 7565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/6b30dd9d/attachment-0001.bin>


More information about the llvm-commits mailing list