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 memory leak when having multiple run calls #301

Open
denisalevi opened this issue Jun 22, 2022 · 0 comments
Open

Fix memory leak when having multiple run calls #301

denisalevi opened this issue Jun 22, 2022 · 0 comments

Comments

@denisalevi
Copy link
Member

There seems to be a memory leak when having multiple run calls, or at least the memory used on the GPU constantly increases.

  • In PR Sort multiple run bugs #300, I removed some memory leaks related synpse initialization (in before_run_synapses_push_spikes). It could be that I missed something and the leak comes from there (I only fixed the more obvious cases, didn't dig into detail here).
  • (This is only relevant for host memory) It could also come from somewhere else. We have e.g. static (file global) variables for the preparation of each codeobject file. Since we create a new codeobject for each run call, it makes sense that we increase the required memory.
This was referenced Jun 22, 2022
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

No branches or pull requests

1 participant