Skip to content

Add support to invoke HiFi SIMD kernel for FP32XFP32 SUB Operator #3087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
anupampandey-ittiam opened this issue Apr 7, 2025 · 0 comments

Comments

@anupampandey-ittiam
Copy link

The HiFi5-optimized SIMD kernel for the FP32XFP32 SUB operator is available in the xa_nnlib_hifi5 library. However, there is currently no integration or framework-level support to invoke this optimized (i.e., HiFi5 SIMD) implementation in TFLM.

Current Behavior:
Invokes ‘RefC’ implementation of FP32xFP32 SUB operator while running inference on Xtensa with optimizations enabled

Expected Behavior:
Should invoke available HiFi5 SIMD optimized FP32XFP32 SUB operator while running inference on Xtensa thereby improving performance

Proposed Fix:
Add the support in TFLM to invoke the available HiFi5 SIMD of FP32XFP32 SUB operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant