-
Notifications
You must be signed in to change notification settings - Fork 40
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
Implement octree #1071
Comments
Maybe just a note for the future: A promising algorithm/paper/implementation is Cornerstone Even though not rigorously tested, I ported a single node versionof it to Kokkos, which performed similarly to the original code. The algorithm is proven to be scaleable and performs well on GPU too. |
@kursatyurt Thank you for bringing our attention to it. Would you be interested in contributing your implementation to ArborX? |
@aprokop Currently, I am struggling with other side projects. As soon as I get a working version of them, I would like to move my tree construction stage to a portable version. It sounds good to directly integrate it into ArboX, as it gets reviewed and improved. But I don't know when I can have time to bring it here. |
@kursatyurt No worries. Do you have your Kokkos version available somewhere? |
@aprokop It is in a private repo. I will clean-up and share it with you. |
Consider implementing octree, potentially providing a basic container for AMR codes.
The text was updated successfully, but these errors were encountered: