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

Modernize SplitParticles for GPU #391

Closed
ax3l opened this issue Sep 23, 2019 · 2 comments
Closed

Modernize SplitParticles for GPU #391

ax3l opened this issue Sep 23, 2019 · 2 comments
Labels
backend: cuda Specific to CUDA execution (GPUs) duplicate This issue or pull request already exists

Comments

@ax3l
Copy link
Member

ax3l commented Sep 23, 2019

The SplitParticles functions need to be modernized for GPU support.

An implementation suggested by @MaxThevenet would work similar than the ionization routines #260 , splitting particles and determining via a prefix sum how many new particles need to be allocated.

@ax3l ax3l added the backend: cuda Specific to CUDA execution (GPUs) label Sep 23, 2019
@RemiLehe
Copy link
Member

@ax3l This seems to be a duplicate of #319. Should we close one of these two issues?

@ax3l
Copy link
Member Author

ax3l commented Sep 25, 2019

oh right, I overlooked this! Will close mine and add the other to the AMR on GPU project for tracking.

@ax3l ax3l closed this as completed Sep 25, 2019
@ax3l ax3l added the duplicate This issue or pull request already exists label Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: cuda Specific to CUDA execution (GPUs) duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants