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

RVV Kernel in muriscv_nn_vec_mat_mult_t_s8 does not support address_offset != 1 #81

Open
PhilippvK opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed optimization vector

Comments

@PhilippvK
Copy link
Member

This causes the SVDF unit tests to fail on RVV.

Problematic kernel:

The kernels would need to do a scattered store, see https://github.com/ARM-software/CMSIS-NN/blob/main/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c for reference.

As a workaround, I will just comment out the RVV part in the svdf_s8.

@PhilippvK PhilippvK added the bug Something isn't working label Oct 31, 2024
@PhilippvK PhilippvK self-assigned this Oct 31, 2024
@PhilippvK PhilippvK changed the title RVV Kernel in muriscv_nn_fully_connected_s8 doe not support address_offset != 1 RVV Kernel in muriscv_nn_vec_mat_mult_t_s8.cdoe not support address_offset != 1 Oct 31, 2024
PhilippvK added a commit that referenced this issue Oct 31, 2024
@PhilippvK PhilippvK changed the title RVV Kernel in muriscv_nn_vec_mat_mult_t_s8.cdoe not support address_offset != 1 RVV Kernel in muriscv_nn_vec_mat_mult_t_s8 does not support address_offset != 1 Nov 7, 2024
@PhilippvK PhilippvK added help wanted Extra attention is needed vector optimization labels Nov 7, 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 help wanted Extra attention is needed optimization vector
Projects
None yet
Development

No branches or pull requests

1 participant