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.
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.