My codes get 2 or 3 first-chance exceptions from MS debugger when I compile and execute the code in debug mode in Visual Studio (2010), however, the CUDA debugger found no errors from the code.
So far I have not noticed any abnormal about the results returned by the built program, do I need to worry about these reported exceptions (I get 3 first-chance exceptions there)?