When a display is attached to a CUDA capable graphic card, a run time limit is enforced on CUDA kernels run on the card.
Is it possible to use the integrated graphic card to power the display and, at the same time, exploit the discrete one to run long running CUDA kernels?
I tried gfxCardStatus, but if I force the use of the integrated card, the discrete one is disabled completely and isn't recognized anymore by the CUDA driver.