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

GPU implementation? #16

Open
thesamovar opened this issue May 1, 2015 · 0 comments
Open

GPU implementation? #16

thesamovar opened this issue May 1, 2015 · 0 comments

Comments

@thesamovar
Copy link
Contributor

If huge amounts of RAM can be saved using #15, we could potentially fit the whole problem on a GPU and get large speed benefits. Further, since each cluster can be evaluated separately to each other cluster in the M and E steps, we could parallelise over multiple GPUs or computers in a cluster. The only information that would need to be communicated each iteration would be a few arrays of length the number of spikes per cluster, certainly less than 1 GB which could probably be transferred sufficiently quickly to make it advantageous.

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