FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
103 stars 20 forks source link

Concurrency/Stream Improvements #449

Open ptheywood opened 3 years ago

ptheywood commented 3 years ago

Once #379 is merged, there are still improvements that can be made to the use of streams to improve performance through the use of streams, within a single simulation and when used as part of an ensemble.

Some but not all of the potential improvements / outstanding todos

ptheywood commented 3 years ago

See the cineca_concurrency branch for some steps towards this, focussed on fixing the regression introduce by automatic IDs so far.