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

Fix parallelization for synaptic effects in synapse mode #273

Merged
merged 2 commits into from
Feb 23, 2022

Conversation

denisalevi
Copy link
Member

We were serializing over spiking neurons (left over from old times when we didn't have atomics yet). Now in synapses mode, where we don't need and don't use atomics, we also parallelize over spiking neurons.

@denisalevi denisalevi merged commit 090111e into master Feb 23, 2022
@denisalevi denisalevi deleted the fix-parallelization-synapse-mode branch February 23, 2022 23:28
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