[PATCH] D77549: [Matrix] Use aarch64.udot for 4x4 tiling for i8 matrixes (WIP).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 14:36:15 PDT 2020


fhahn added a comment.

I've just put up D81308 <https://reviews.llvm.org/D81308>, which uses the same approach to generate loops for the regular tiled matrix multiplication. I'll work towards getting the initial infrastructure in place, then the target specific follow-ups should be more straightforward .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77549





More information about the llvm-commits mailing list