Where can I find documentation for these functions?
cutilDeviceInit
cutilSafeCall
cutilCheckError
cutCreateTimer
cutStartTimer
cutStopTimer
thanks
Where can I find documentation for these functions?
cutilDeviceInit
cutilSafeCall
cutilCheckError
cutCreateTimer
cutStartTimer
cutStopTimer
thanks
Note that the CUTIL library is not supported by nVidia. You will find its source code inside the “common” folder of the nVidia CUDA SDK. Extract all documentation from the inline comments found there.
Christian
Thank you Christian