-
Notifications
You must be signed in to change notification settings - Fork 115
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: GPU affinity (WGL_NV_gpu_affinity) #79
Comments
Wouldn't it be easier if you'd just fork it for yourself first and do a test run? |
Yep, already forked it :) . But I have never worked with this codebase, so I thought I'd ask in case it was something easy for developers who know what they're doing :D . |
It's OpenGL, noone really knows what they're doing :) |
OK - I have an initial Nvidia version. Would someone with two NV GPUs please try the fork and let me know if it works? Set My 1050 Ti doesn't support |
Well, Demosplash's dual Titan X also doesn't support affinity. :/ Anybody have a couple of Quadros lying around? :) (per this, p. 2, first full sentence) |
I am helping organize a Shader Showdown, and we may need to render on the dual-NVidia compo machine. If so, we will run two Bonzomatic processes concurrently, and drive them programmatically. Would you be willing to add WGL_NV_gpu_affinity support so we could be sure each process was only using one of the GPUs? I found an implemented example of querying, and a more complex example here that includes rendering. Thanks for considering this request!
The text was updated successfully, but these errors were encountered: