Skip to content

Manual unrolling of loop for vec_dot_q8_q8 #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shalinib-ibm
Copy link
Owner

Tried with different unrolling factors 2,4,8,16
No gains

Make sure to read the contributing guidelines before submitting a PR

Tried with different unrolling factors 2,4,8,16
No gains

Signed-off-by: Shalini Salomi Bodapati <[email protected]>
@shalinib-ibm
Copy link
Owner Author

shalinib-ibm commented May 28, 2025

image

From this, we see that only 0.1% of the loads are missing in L1 cache. That means that L1 cache hit rate is excellent ( 99.9%) . This is not memory bound. It is more towards CPU bound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant