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

Feature request: gputouse keyword argument in run_<sorter that supports GPU>() and run_sorter() #476

Open
caniko opened this issue Jan 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@caniko
Copy link

caniko commented Jan 24, 2022

Feature

gputouse: Optional[int, Sequence[int]]. Integer or Sequence of integers indicating the index of the GPU(s) for spike sorting. For CPU, and not GPU, set to None. Index for each GPU can be found with nvidia-smi command.

This keyword argument should be available on sorters that support GPU; run_<sorter that supports GPU>() and run_sorter().

Remarks
Containerized workflows can also take advantage of this kwarg. Docker supports GPU-passthrough on all major platforms; including Windows (WSL 2 required). Should be possible with Singularity.

Question
Do any of the sorters support multi-gpu?

(last issue of the day 😁)

@caniko caniko changed the title Feature request: Use gputouse keyword argument in run_<sorter that supports GPU>() Feature request: gputouse keyword argument in run_<sorter that supports GPU>() and run_sorter() Jan 24, 2022
@alejoe91
Copy link
Member

That would be a good addition! Can you make a PR Can?

@alejoe91 alejoe91 added the enhancement New feature or request label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants