When I compile my code, I have this warning message :
"C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\wtime.inl", line 50: warn
ing:
function "_wctime64" (declared at line 257 of "C:\Program
Files\Microsoft Visual Studio 8\VC\INCLUDE\time.h") was declared
"deprecated ("This function or variable may be unsafe. Consider
using _wctime64_s instead. To disable deprecation, use
_CRT_SECURE_NO_DEPRECATE. See online help for details.")"
return _wctime64(_Time);
This isn’t a CUDA problem, - a quick google search reveals that the solution is to define these two values by adding them to the command line compiler options: