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

Interpolation to a 3D grid is sequential #34

Open
ttricco opened this issue Aug 10, 2022 · 0 comments
Open

Interpolation to a 3D grid is sequential #34

ttricco opened this issue Aug 10, 2022 · 0 comments

Comments

@ttricco
Copy link
Owner

ttricco commented Aug 10, 2022

Right now, interpolation to a 3D grid creates a stack of 2D interpolated grids. Each 2D layer is calculated in parallel, but each layer is computed serially. This may be ok on the CPU depending on grid size/number of particles, but for the CUDA implementation, it means that data is transferred to/from the GPU with every layer.

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

1 participant