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

Try better plasma particle ordering in CD #787

Open
MaxThevenet opened this issue Aug 24, 2022 · 0 comments
Open

Try better plasma particle ordering in CD #787

MaxThevenet opened this issue Aug 24, 2022 · 0 comments
Labels
component: plasma About the plasma species GPU Related to GPU acceleration performance optimization, benchmark, profiling, etc.

Comments

@MaxThevenet
Copy link
Member

This commit proposes a few combination of (i) particle ordering at initialisation and (ii) deposition scheme (1 thread per particle, 1 thread per particle per x cell, 1 thread per particle per x cell per y cell). For the moment, only the best combination so far will be merged, but it is worth looking into this again to check if there are even better combination. In particular 1 thread per particle per y cell was not tested, along with initialising particles per 4x4 group of cells.

@MaxThevenet MaxThevenet added component: plasma About the plasma species GPU Related to GPU acceleration performance optimization, benchmark, profiling, etc. labels Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: plasma About the plasma species GPU Related to GPU acceleration performance optimization, benchmark, profiling, etc.
Projects
None yet
Development

No branches or pull requests

1 participant