brian-team / brian2genn

Brian 2 frontend to the GeNN simulator
http://brian2genn.readthedocs.io/
GNU General Public License v2.0
47 stars 16 forks source link

Use GeNN's new run_regularly mechanisms for run_regularly statements #125

Open tnowotny opened 3 years ago

tnowotny commented 3 years ago

GeNN is just adding its own custom update mechanism (https://github.com/genn-team/genn/pull/405). It is likely to increase performance if this were to be used in place of the current CPU-based run_regularly mechanism that reproduced the cpp_standalone implementation but requires a number of GPU-CPU data transfers.