[PATCH] D156467: [mlir][ArmSME] Add conversion from ArmSME to SCF to materialize loops

Frank (Fang) Gao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 10:08:49 PDT 2023


WanderAway accepted this revision.
WanderAway added a comment.

> Have you given much thought to how it would be used?

Not too much at the current moment, only thing I have in mind so far is using it for transposition during matmul, since in order to do outer product, the A matrix slices would have to be a column vector, and B matrix slices a row vector. Also because gather load is not available during streaming mode.


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

https://reviews.llvm.org/D156467



More information about the llvm-commits mailing list