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

Enhance runtime performance for plastic synapses #1011

Open
clinssen opened this issue Mar 6, 2024 · 0 comments
Open

Enhance runtime performance for plastic synapses #1011

clinssen opened this issue Mar 6, 2024 · 0 comments

Comments

@clinssen
Copy link
Contributor

clinssen commented Mar 6, 2024

In the neuron method that is called by the synapse to obtain postsynaptic trace values, recompute_variables() is called twice, updating all neuron state variables. Typically, only one or a few of these are actually necessary to be updated. A large runtime performance gain can be gained. To implement this, we probably need to do a recursive dependency analysis of all the state variables that the requested trace variable depends on. Could this mean that the neuron could end up in an inconsistent state, with some variables at timepoint a and others at timepoint b?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant