What is the maximum kernel execution time for secondary card in winXP?
I have a following problem with CUDA computations on GPU NVidia G92 family
( 8800 GT + 8800 GTS 512 , driver 177.85, MB 650i):
If experiments are run on the secondary graphics card (that did not run the system desktop), calculations that last for more than 10-11 seconds are killed.
The secondary graphics card is not associated with winXP desktop,
and I used the very simple kernels (e.g. BlackScholes_kernel.cuh from SDK
(only with big loop)).
In fact it is possible to boot in X mode if there is another graphics card to handle the display and the CUDA card is not attached to a X screen nor display device. Both cards need to be compatible with the unique driver. I use a 8400 for display and 8800gtx for computation, it works fine under X.