GeNN 4.3.2
neworderofjamie
released this
10 Aug 08:03
·
3601 commits
to master
since this release
Release Notes for GeNN v4.3.2 (PyGeNN 0.4.2)
This release fixes several small issues found in the 4.3.1 release.
Bug fixes:
- Fixed bug when simulating models with very small timesteps.
- Fixed bug in code generator where synapse groups with procedural variables could be incorrectly merged.
- Fixed bug in code generator where references to parameters in sparse connectivity initialisation snippet row build state variables were not found.
- Fixed issue with PyGeNN and custom sparse connectivity init snippets that led to segfaults.
- Fixed bug that prevented PyGeNN being used with procedural connectivity.
- In models with a large number of populations, the CUDA constant cache could overflow. This has been fixed and, if your application has additional constant cache requirements, these can be added to
GENN_PREFERENCES.constantCacheOverhead
.