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

Running multiple instances of pyflex on different GPU's #40

Open
alissamueller opened this issue Jul 27, 2022 · 0 comments
Open

Running multiple instances of pyflex on different GPU's #40

alissamueller opened this issue Jul 27, 2022 · 0 comments

Comments

@alissamueller
Copy link

Hi!
The bottleneck of my experiments with softgym is sampling. I have a few environments in an async vector env, however, I would like to increase the amount by using multiple GPUs. I tried setting the desc.deviceIndex [1] to one of the available GPU's, but it always seems to reset to the default during the NvFlexInit.

When I set the EGL_GPU environment variable to the available GPUs I get the message that multiple devices are found, but there is still only one being used.

Is there a way to utilize multiple GPUs for sampling?
Thank you for any help you can offer.

[¹]

desc.deviceIndex = g_device;

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