Hello, I see in CUDA release notes about a 5 seconds running time limitation. Does that mean a CUDA program cannot be too long to finish one time execution within 5 seconds? I have tried CUDA examples on a GPU attached to X and didn’t see any limitation about running time.
Also the CUDA release notes says X must be initialized at least once. How can I do this to work with the 5 seconds limitation? My machine has one GPU only. Should I boot my machine, start X, then stop X, and then finally able to run CUDA program and doing this again and again whenever I have to run a CUDA program??? Weird…
Many thanks for helping me out…