ArmDeveloperEcosystem / arm-learning-paths

Arm Learning Paths: a repository of how-to content for software developers
Other
73 stars 136 forks source link

KleidiAI and matrix multiplication #1120

Closed rwalkr closed 1 month ago

rwalkr commented 1 month ago

The description of FMOPA on https://learn.arm.com/learning-paths/cross-platform/kleidiai-explainer/page1/:

FMOPA: This instruction stands for Floating-point outer product and accumulate. It is included in the Arm Scalable Vector Extension 2 (SVE2). The single precision FMOPA variant enables optimized matrix multiplication on 32-bit numbers. View the FMOPA documentation here .

incorrectly says it's part of SVE2 - it's SME

pareenaverma commented 1 month ago

Thanks @rwalkr for spotting this. Fixed in PR #1122.