Skip to content

Service release 2.2.1

Compare
Choose a tag to compare
@jamesturner246 jamesturner246 released this 08 Aug 11:55
· 7028 commits to master since this release

Release Notes for GeNN v2.2.1

This bugfix release fixes some critical bugs which occur on certain system configurations.

Bug fixes:

  1. (important) Fixed a Windows-specific bug where the CL compiler terminates, incorrectly reporting that the nested scope limit has been exceeded, when a large number of device variables need to be initialised.
  2. (important) Fixed a bug where, in certain circumstances, outdated generateALL objects are used by the Makefiles, rather than being cleaned and replaced by up-to-date ones.
  3. (important) Fixed an 'atomicAdd' redeclared or missing bug, which happens on certain CUDA architectures when using the newest CUDA 8.0 RC toolkit.
  4. (minor) The SynDelay example project now correctly reports spike indexes for the input group.

NB: If you are migrating from release 2.1 or earlier please refer to the release notes for Release 2.2 as there are a number of alterations you will need to implement for the migration.

Please refer to the full documentation for further details, tutorials and complete code documentation.