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

Is multi GPU setup possible? #8

Open
JSLJ23 opened this issue Feb 25, 2020 · 1 comment
Open

Is multi GPU setup possible? #8

JSLJ23 opened this issue Feb 25, 2020 · 1 comment

Comments

@JSLJ23
Copy link

JSLJ23 commented Feb 25, 2020

My current machine has two RTX 2080 Ti in SLI.
When I run the command --device_type=GPU --platform_name=NVIDIA --framework=CUDA --device=1, will it only use the 2nd GPU or both?
Is there any way to indicate in the command line for pyPaSWAS to utilize both GPUs?

@swarris
Copy link
Owner

swarris commented Feb 28, 2020

Currently, it is only possible to use a single GPU. With the the device option you can select which GPU to use. A work-around is to split up your data file and run two pypaswas processes, each connecting to a different GPU.
Using multiple GPUs (also for more memory) is high on my to-do list, but time is limited.

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

2 participants