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

Sort particles #41

Open
dwillcox opened this issue Jan 12, 2021 · 1 comment
Open

Sort particles #41

dwillcox opened this issue Jan 12, 2021 · 1 comment
Assignees

Comments

@dwillcox
Copy link
Member

For the Cori GPU test profiling, particle to mesh is 65%, and mesh to particle is 17%.

If we did a sort of tree reduction for the atomics, by reducing in warps first, then to global memory, maybe we could greatly reduce this disparity.

@srichers
Copy link
Collaborator

changed name to "sort particles" - more efficient use of cache locality should be more important

@srichers srichers changed the title Investigate more efficient atomics for Particle to Mesh Sort particles Mar 19, 2021
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

2 participants