We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
changed name to "sort particles" - more efficient use of cache locality should be more important
Sorry, something went wrong.
dwillcox
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: