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

Tracking Issue: Fix failing unit test after CMSIS-NN Sync #58

Open
38 tasks
PhilippvK opened this issue Jul 4, 2024 · 2 comments
Open
38 tasks

Tracking Issue: Fix failing unit test after CMSIS-NN Sync #58

PhilippvK opened this issue Jul 4, 2024 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed packed scalar vector

Comments

@PhilippvK
Copy link
Member

Failing scalar tests (on X86):

  • test_muriscv_nn_grouped_convolve_s8 (Failed)
  • test_muriscv_nn_lstm_unidirectional_s8 (Failed)
  • test_muriscv_nn_convolve_1_x_n_s8 (Subprocess aborted)
  • test_muriscv_nn_fully_connected_s8 (Failed)
  • test_muriscv_nn_max_pool_s16 (Failed)
  • test_muriscv_nn_avgpool_s8 (Failed)
  • test_muriscv_nn_max_pool_s8 (Failed)
  • test_muriscv_nn_convolve_s16 (SEGFAULT)
  • test_muriscv_nn_avgpool_s16 (Failed)
  • test_muriscv_nn_convolve_1x1_s8_fast (Failed)

Failing vector tests (on Spike):

  • test_muriscv_nn_grouped_convolve_s8 (Failed)
  • test_muriscv_nn_convolve_s8 (Failed)
  • test_muriscv_nn_lstm_unidirectional_s8 (Failed)
  • test_muriscv_nn_svdf_s8 (Failed)
  • test_muriscv_nn_convolve_1_x_n_s8 (Failed)
  • test_muriscv_nn_fully_connected_s8 (Failed)
  • test_muriscv_nn_max_pool_s16 (Failed)
  • test_muriscv_nn_avgpool_s8 (Failed)
  • test_muriscv_nn_depthwise_conv_s8_opt (Failed)
  • test_muriscv_nn_max_pool_s8 (Failed)
  • test_muriscv_nn_depthwise_conv_3x3_s8 (Failed)
  • test_muriscv_nn_convolve_s16 (Failed)
  • test_muriscv_nn_avgpool_s16 (Failed)
  • test_muriscv_nn_convolve_1x1_s8_fast (Failed)
  • test_muriscv_nn_ds_cnn_l_s8 (Failed)

Failing packed tests (on Spike):

  • test_muriscv_nn_grouped_convolve_s8 (Failed)
  • test_muriscv_nn_lstm_unidirectional_s8 (Failed)
  • test_muriscv_nn_convolve_1_x_n_s8 (Failed)
  • test_muriscv_nn_fully_connected_s8 (Failed)
  • test_muriscv_nn_depthwise_conv_fast_s16 (Failed)
  • test_muriscv_nn_max_pool_s16 (Failed)
  • test_muriscv_nn_avgpool_s8 (Failed)
  • test_muriscv_nn_depthwise_conv_s8_opt (Failed)
  • test_muriscv_nn_max_pool_s8 (Failed)
  • test_muriscv_nn_depthwise_conv_3x3_s8 (Failed)
  • test_muriscv_nn_convolve_s16 (Failed)
  • test_muriscv_nn_avgpool_s16 (Failed)
  • test_muriscv_nn_convolve_1x1_s8_fast (Failed)
@PhilippvK
Copy link
Member Author

See #56 for details

@PhilippvK
Copy link
Member Author

@ParkerJones567 That will be a lot of work to this these. I hope I can help to figure out some of them (hopefully the bug is just in a support function used by most of the tests...)

@PhilippvK PhilippvK added bug Something isn't working help wanted Extra attention is needed vector packed scalar labels Jul 4, 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 packed scalar vector
Projects
None yet
Development

No branches or pull requests

1 participant