Hi,
I am a newbie in using cuda.
I haven’t been able to find documentation regarding CUDA_SAFE_CALL
Can anybody kindly explain this concept to me ?
My first encounter to this was through SDK examples
Thank you
It’s just a macro that checks the returned error codes. See “common\cutil_readme.txt” in the SDK.
Thanks