Skip to content
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

No MVE support Conv2D int16 #119

Closed
mansnils opened this issue Mar 11, 2024 · 0 comments
Closed

No MVE support Conv2D int16 #119

mansnils opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mansnils
Copy link
Contributor

README claims to support Conv2D Int16 MVE but it is actually missing.
https://github.com/ARM-software/CMSIS-NN/blob/main/README.md#mve-extension

@mansnils mansnils added the bug Something isn't working label Mar 11, 2024
@mansnils mansnils self-assigned this Mar 11, 2024
mansnils added a commit that referenced this issue Apr 2, 2024
- Removes arm_convolve_s16
- Updates arm_nn_mat_mul_kernel_s16.c to be used by scalar and DSP
- Adds arm_nn_mat_mult_nt_t_s16.c with MVE support
- Refactors and renames arm_convolve_fast_s16 to arm_convolve_s16 so
that all variants use the previously named fast s16 version.
- Updates unit tests to increase test coverage for convolution s16
- Keras based unit test uses null bias as opposed to array with zeroes
- Correct PDSC file

BUGS=#101
#119
@mansnils mansnils closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant