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

Fuse Hilbert-BVH CalculateMultipoles on HW with par-execution policy #36

Open
gonzalobg opened this issue Aug 8, 2024 · 0 comments
Open

Comments

@gonzalobg
Copy link
Collaborator

CalculateMultipoles issues one kernel per level in sequence, which enables it to run in parallel on hardware that only supports par_unseq.
On hardware that can run par in parallel, we could use a similar strategy to the Concurrent Octree with a per node counter, to fuse all these kernels into one.

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