Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 561 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 561 Bytes

SME Evaluation Resources

A collection of resources used to evaluate the performance of Arm's Scalable Matrix Extension.

Mini Apps

  • SME_matmul_fp32
    • A simple, self verifying, looping matrix mutliplication code utilising Arm's Scalable Matrix Extension.
    • All matrix elements are randomised 32-bit floating point values.
  • SVE_matmul_fp32
    • A simple, self verifying, looping matrix mutliplication code utilising Arm's Scalable Vector Extension
    • All matrix elements are randomised 32-bit floating point values.