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

Andy Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 17:00:19 PDT 2020


andydavis1 added a comment.

Thanks Aart. How hard would this be to generalize this op to make it N-D transpose op, instead of limit to 2D cases? For example, I may want to transpose the inner two dimensions of a N-D vector


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76460/new/

https://reviews.llvm.org/D76460





More information about the llvm-commits mailing list