[PATCH] D76460: [mlir] [VectorOps] Introduce vector.transpose on 2-D vectors

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 16:28:01 PDT 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 project: LLVM.
aartbik added reviewers: nicolasvasilache, andydavis1.
aartbik updated this revision to Diff 251496.
aartbik added a comment.

fixed accidentally removed line


Introduced in order to introduce specialized lowerings that
implement 2-D tranposition efficently.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76460

Files:
  mlir/include/mlir/Dialect/Vector/VectorOps.td
  mlir/lib/Dialect/Vector/VectorOps.cpp
  mlir/test/Dialect/Vector/invalid.mlir
  mlir/test/Dialect/Vector/ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76460.251496.patch
Type: text/x-patch
Size: 4452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200319/505a3be6/attachment.bin>


More information about the llvm-commits mailing list