A collection of resources used to evaluate the performance of Arm's Scalable Matrix Extension.
- 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.