You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple M4 supports SME2 instructions that can greatly improve matrix multiplication performance, and onnxruntime may want to leverage those instructions.
Describe the feature request
Apple M4 supports SME2 instructions that can greatly improve matrix multiplication performance, and onnxruntime may want to leverage those instructions.
This https://github.com/tzakharko/m4-sme-exploration/tree/main shows M4 SME support details and performance.
Describe scenario use case
This should make onnxruntime run faster inference on Arm64 CPUs with SME support.
The text was updated successfully, but these errors were encountered: