Hi, the CUDA NVIDIA Linux Release Notes (again, here: http://developer.download.nvidia.com/compu…_1.1_linux.txt) indicate the following:
-----8<-------------------------------------------------------------------------
o Individual GPU program launches are limited to a run time
of less than 5 seconds on a GPU with a display attached.
Exceeding this time limit causes a launch failure reported
through the CUDA driver or the CUDA runtime. GPUs without
a display attached are not subject to the 5 second run time
restriction. For this reason it is recommeded that CUDA is
run on a GPU that is NOT attached to an X display.
-----8<-------------------------------------------------------------------------
I don’t really understand this. The SDK includes many examples of GPU code being used in concert with OpenGL and GLUT code which is surely running on the same graphics card. How do OpenGL and CUDA work together if they are not on the same GPU / graphics card? This is one of the key ways I want to use CUDA: to process data on the card and immediately visualise it.
Should this say “function call / API call” rather than “program” in the first sentence???
thanks,
David Barnes.