Skip to content

Commit

Permalink
Updated release notes for release 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Aug 8, 2016
1 parent 90cfbbe commit 8d1d31a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doxygen/09_ReleaseNotes.dox
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
/*! \page ReleaseNotes Release Notes

Release Notes for GeNN v2.2
====

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.

Please refer to the [full documentation](http://genn-team.github.io/genn/documentation/html/index.html) for further details, tutorials and complete code documentation.

-------------------------------------------------------------------


Release Notes for GeNN v2.2
====

Expand Down

0 comments on commit 8d1d31a

Please sign in to comment.