You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge PoseyDevelopment into SharedDevelopment (#798)
* [issue-745] Refactor where summation is calculated (#777)
* Refactor model class to generalize the summation logic method and move implementation into neuron class
* Implement new AllVertices method in 911 class
* Fix last compile errors
* Clean up commented out code
* Resolve code format failure
* Remove dynamic cast of vertices so model with work with non-neuron models
* Add override keyword to integrateVertexInputs declaration
* Fix formatting issue
* [issue-785] Remove neuro items from gpu model (#789)
* Rename edge index map device variable name
* Rename method names to remove neuro context
* Rename variables both in method signature and implementation
* Fix formatting
* Remove neuro from GPU model and generalize what we can
* Remove summation point operation as it's now done in the neuro vertices base class
* Revert formatting that breaks code style
* Clean up comments, variable names, and includes
* Move edge sum index into all spiking synapses and rename neuro GPU methods in both edges and vertices
* Fix style violation
* Make corresponding updates to documentation
* Re add serialize method to documentation
* Fix const representation
* Add All911Edges to connections documentation
* Update diagram images
0 commit comments