-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose num #576
Expose num #576
Conversation
…custom update WU) groups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also looks good - not too many surprises here either.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #576 +/- ##
==========================================
+ Coverage 88.85% 88.92% +0.06%
==========================================
Files 76 76
Lines 12374 12393 +19
==========================================
+ Hits 10995 11020 +25
+ Misses 1379 1373 -6
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Implementing EventProp, I got annoyed enough to implement #553. As well as improving usability, with large models where multiple synapse/neuron groups are actually getting merged together, this will improve performance as otherwise the "special function" unit on GPUs can get saturated by float->int conversions
Fixes #553