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

MVE conv int4: interleave im2col #138

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

mansnils
Copy link
Contributor

  • Adds arm_convolve_even_s4.c that interleaves im2col buffer so that weights can be read once when unpacking.
  • Updates arm_nn_mat_mult_nt_t_s4.c with vld2 intrinsics.
  • Refactors corresponding unit tests and adds support for null bias test.

* Adds arm_convolve_even_s4.c that interleaves im2col buffer so that
weights can be read once when unpacking.
* Updates arm_nn_mat_mult_nt_t_s4.c with vld2 intrinsics.
* Refactors corresponding unit tests and adds support for null bias test.

Change-Id: Id5e521456a3f4cc06e74dda126abac15a58c4af8
@mansnils mansnils added the improvement Performance or general improvement label Jun 13, 2024
@mansnils mansnils requested a review from ArmRyan June 13, 2024 12:21
Copy link
Collaborator

@ArmRyan ArmRyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work :)

@mansnils mansnils merged commit 5a11800 into ARM-software:main Jun 20, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Performance or general improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants