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 statemonitor #279

Merged
merged 8 commits into from
Mar 31, 2022
Merged

Fix statemonitor #279

merged 8 commits into from
Mar 31, 2022

Conversation

denisalevi
Copy link
Member

Fixes StateMonitor to work with >1024 recorded neurons. And removes some unnecessary copying of N and t variables between host and device memory.

This closes #201

Some further straight forward optimizations of the StateMonitor are collected in #278

This is the index that determines parallelization over threads, hence
this should be used for checking which threads return.
Fixes bug in #201, without optimizing it yet.
Now it actually tests something instead just failing to notify about
issue #201 (which is solved now)
Previously, they were unnecessarily copied them to device memory at each
time step.
@denisalevi denisalevi merged commit 6d987a4 into paper2022-revision Mar 31, 2022
@denisalevi denisalevi deleted the fix-statemonitor branch March 31, 2022 13:45
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