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 pure SoA particle layouts, we see on CPU that ParticleContainer::RedistributeCPU takes 8-9% longer than the legacy layout. ECP-WarpX/WarpX#4653
ParticleContainer::RedistributeCPU
I think we can probably avoid this by optimizing the pack/unpack routines for the new layout a bit more:
ParticleIDWrapper::make_invalid()
x-ref: #2878 #3299
The text was updated successfully, but these errors were encountered:
atmyers
No branches or pull requests
For pure SoA particle layouts, we see on CPU that
ParticleContainer::RedistributeCPU
takes 8-9% longer than the legacy layout. ECP-WarpX/WarpX#4653I think we can probably avoid this by optimizing the pack/unpack routines for the new layout a bit more:
ParticleIDWrapper::make_invalid()
#3735x-ref: #2878 #3299
The text was updated successfully, but these errors were encountered: