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

Cache Aware Single Core Version #21

Open
william-silversmith opened this issue Jan 3, 2020 · 2 comments
Open

Cache Aware Single Core Version #21

william-silversmith opened this issue Jan 3, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@william-silversmith
Copy link
Contributor

william-silversmith commented Jan 3, 2020

In testing, it seems that about 69% of the time my test volume was bound by memory latency. This would seem to indicate that a cache aware version could be ~2-3x faster.

@william-silversmith william-silversmith added the enhancement New feature or request label Jan 3, 2020
@william-silversmith
Copy link
Contributor Author

Not clear if this is possible. You might just end up exchanging latency on the core data for latency in the calculation on range and vertex.

@william-silversmith
Copy link
Contributor Author

Might be able to make use of __builtin_prefetch for the Z axis (for g++ and clang).

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

No branches or pull requests

1 participant