Switching between Discrete and Integrated GPUs
Posted
by
void-pointer
on Game Development
See other posts from Game Development
or by void-pointer
Published on 2011-02-26T11:02:11Z
Indexed on
2011/02/26
15:32 UTC
Read the original article
Hit count: 263
Hello everyone,
I develop CUDA applications on my Alienware M17x portable back-breaker, which has two discrete GTX 285M GPUs and one integrated GeForce 9400M GPU. I can currently switch between them using NVIDIA's software, but I would like the ability to do so within my applications for purposes of benchmarking and general convenience. Apparently this requires the "NDA version" of NVIDIA's Driver API, which I know not how to obtain. Would using this API be the only way to accomplish what I seek, and if so, how would I obtain it? A solution using Windows APIs would also be acceptable, though less preferable to one which would leverage a cross-platform API. I have created a similar thread concerning the matter on NVIDIA's forum, which is down at the time of this writing.
Thanks for reading my question; it is much appreciated!
© Game Development or respective owner