
September 22nd, 2010, 07:23 PM
|
 |
Grumpy old Moderator
|
|
Join Date: May 2004
Location: Centrally located in the middle of nowhere, CA
|
|
Referenced link
Hrm, this is a difficult one.
There are several factors that play into this-- the BIOS, for one, the OS and its HAL (Hardware Abstraction Level), the CUDA program itself.
If you guys can get a look at Vijay Pande's Folding@home programs, maybe you could get some insight into how he shares crunching with regular graphics use.
Otherwise, it would be a matter of rewriting the BIOS to use the internal graphics module on the motherboard for OS use, get the OS to use that resource while still being able to access the add-in GPU(s) (meaning the HAL must be configured for it) and then get CUDA to use that add-in.
__________________
Ask Questions the Smart Way
"In front of a monitor is a dangerous place from which to view the world." --Terri Wells
Enable BSOD: Control Panel/Systems, Advanced Tab, hit the Settings button under Startup and Recovery, and under the System Failure area, uncheck the Automatically Restart checkbox.
Last edited by Dngrsone : September 22nd, 2010 at 07:26 PM.
|