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

Parallel kilosort instances? #425

Closed
o-zhu opened this issue Jul 12, 2021 · 0 comments · Fixed by #595
Closed

Parallel kilosort instances? #425

o-zhu opened this issue Jul 12, 2021 · 0 comments · Fixed by #595

Comments

@o-zhu
Copy link

o-zhu commented Jul 12, 2021

Hi everyone,

While running kilosort2 (also kilosort3), I noticed that my SSD and GPU (GTX 3070) usage were usually below 20%. Since my computer is dedicated to spike sorting, I'm thinking of ways to utilize more of its resources.

I tried running two matlab instances and sorting two datasets in parallel, but starting the second dataset (with the second instance) caused CUDA errors on the first instance. Has anyone been able to run multiple kilosort instances or sort multiple datasets simultaneously on one machine?

Thanks!

EDIT: I realized that my error was that in my initial attempt, the two instances were accidentally running on the same dataset and may have been overwriting each other. Two kilosort instances can run in parallel (using two matlab instances) but each instance seems to be at least twice as slow, so there does not seem to be any benefit as predicted..

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 a pull request may close this issue.

1 participant