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

Optimize for latency in memory loads #17

Open
jerinphilip opened this issue Dec 8, 2021 · 0 comments
Open

Optimize for latency in memory loads #17

jerinphilip opened this issue Dec 8, 2021 · 0 comments

Comments

@jerinphilip
Copy link
Owner

Intel appears to be hiding latency by means of loop unrolling which does work on processors while waiting on memory loads. Try to find similar stuff in NEON and add that optimization into the pipeline.

https://stackoverflow.com/questions/46871005/how-to-unroll-a-for-loop-using-template-metaprogramming

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

No branches or pull requests

1 participant