UoB-HPC / stdpar-nbody

https://research-information.bris.ac.uk/en/publications/efficient-tree-based-parallel-algorithms-for-n-body-simulations-u
MIT License
2 stars 0 forks source link

Asynchronous implementation using C++26 Senders & Receivers #38

Open gonzalobg opened 3 months ago

gonzalobg commented 3 months ago

This would allow comparing both the manual effort required to use Senders & Receivers with the value of host-side stream elision optimizations performed by AdaptiveCpp.