We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I hope to know hot to build and enable SME arm architecture .
You need to pass these flags to blaze as it is not enabled by default: --define xnn_enable_arm_sme=true --define xnn_enable_arm_sme2=true
We have tested this on iOS. You must create an XCode project to build and deploy it to a device.
If youa re building on linux, then defining the flags should be sufficient.
You need to pass these flags to blaze as it is not enabled by default: --define xnn_enable_arm_sme=true --define xnn_enable_arm_sme2=true We have tested this on iOS. You must create an XCode project to build and deploy it to a device. If youa re building on linux, then defining the flags should be sufficient.
@alankelly After adding these flags will the models (e.g. tflite) automatically use the relevant SME matmul microkernels on supported hardware?
Activity
alankelly commentedon Oct 29, 2024
You need to pass these flags to blaze as it is not enabled by default:
--define xnn_enable_arm_sme=true --define xnn_enable_arm_sme2=true
We have tested this on iOS. You must create an XCode project to build and deploy it to a device.
If youa re building on linux, then defining the flags should be sufficient.
UsmanNadeem commentedon Feb 10, 2025
@alankelly After adding these flags will the models (e.g. tflite) automatically use the relevant SME matmul microkernels on supported hardware?