Skip to content
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

Refactor synapses code #127

Merged
merged 4 commits into from
Jul 14, 2018
Merged

Refactor synapses code #127

merged 4 commits into from
Jul 14, 2018

Conversation

denisalevi
Copy link
Member

This cleans up the synapses_initialise_queue template and the CudaSpikeQueue code and reduces memory usage by using 32bit pointer offset variables instead of 64bit pointers for synapse bundles and variables stores per (preID, postBlock) in the connectivity matrix.

This partially solves #87

…has bug)

This should further simplify the whole synapses variables mess. And also
reduce slightly the memory usage (not relevant I think). But this
version produces a bug in the cuda_cpp consistency test for heterogenous
delays.
@denisalevi denisalevi merged commit 3b4809f into master Jul 14, 2018
@denisalevi denisalevi deleted the refactor_synapses_code branch July 14, 2018 18:14
denisalevi added a commit that referenced this pull request Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant