alankelly
alankelly
Please resolve conflicts and I will import
Hi, a pull request for this would be most welcome! Probably involves editing: https://github.com/google/XNNPACK/blob/master/.github/workflows/build.yml Thanks!
Thanks for this, sorry it slipped through the cracks. Importing now
@gbaned I no longer work on TFLite. Please assign to someone else.
Can you please delete the amalgam? They are now automatically generated.
Could you please open a PR with a fix?
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...
Have you tried resizing the input tensor? https://www.tensorflow.org/api_docs/python/tf/lite/Interpreter#resize_tensor_input
F32 SME support is added in https://github.com/google/XNNPACK/pull/7260 Support for other types will come in the next weeks/months