RIG wrote:But always find one error:
"CUDA error 5: setting the device when a process is active is not allowed"
Found the cause of this & fixed it. I wasn't calling cudaThreadExit() after finishing up with a context, and things were getting confused. It didn't seem to have any effect on operations, just a warning.
Either way, 1.30 (or what's currently in SVN) will fix this error message.
