You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
This causes the SVDF unit tests to fail on RVV.
Problematic kernel:
muriscv-nn/Source/NNSupportFunctions/muriscv_nn_vec_mat_mult_t_s8.c
Line 62 in 67c33ea
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.
The text was updated successfully, but these errors were encountered: