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

method to choose a GPU ID? #154

Closed
ARtSSt opened this issue Jan 19, 2021 · 4 comments
Closed

method to choose a GPU ID? #154

ARtSSt opened this issue Jan 19, 2021 · 4 comments

Comments

@ARtSSt
Copy link

ARtSSt commented Jan 19, 2021

Do you know a method to choose a GPU ID or device in an arbitrary vulkan program that doesn't have an option to choose GPUs? Vulkan only works when device ID is 0 in nvidia-smi now and that was the cause of a bulk of the issues.

We are working from this repo and trying to hack away( I know its not from here put very promising.) https://github.com/ehfd/docker-nvidia-glx-desktop

@dcommander
Copy link
Member

No, and in fact, that limitation is a big reason why Vulkan can't currently be supported with VirtualGL.

@ARtSSt
Copy link
Author

ARtSSt commented Jan 19, 2021

Oh well, back to the nvidia wait line I guess.

Thank you for the quick Reply.

@ehfd
Copy link

ehfd commented Jan 22, 2021

@dcommander https://github.com/aejsmith/vkdevicechooser
Have you considered using this?

@dcommander
Copy link
Member

@ehfd Refer to #37 (comment). It's not just a matter of choosing the device. There are other major technical issues that prevent VirtualGL from supporting Vulkan at the moment.

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

3 participants