GeNN 3.0.0
neworderofjamie
released this
07 Jun 12:40
·
6608 commits
to master
since this release
This release is the result of some fairly major refactoring of GeNN which we hope will make it more user-friendly and maintainable in the future.
User Side Changes
- Entirely new syntax for defining models - hopefully terser and less error-prone (see updated documentation and examples for details).
- Continuous integration testing using Jenkins - automated testing and code coverage calculation calculated automatically for Github pull requests etc.
- Support for using Zero-copy memory for model variables. Especially on devices such as NVIDIA Jetson TX1 with no physical GPU memory this can significantly improve performance when recording data or injecting it to the simulation from external sensors.