Hi,
I have a question about the cuda visual profiler.
what is cpu time for each method?
Is it cpu waiting time while for example a kernel function execute?
If it is waiting time it shouldn’t be more than gpu time, because CPU just wait until the gpu finish its work. but I see the cpu time is more than gpu time!!!