I got this error on windows platform when the profiler stopped collecting information while the GPU was still calculating.
My code runs in a loop, once I set the code to stop running after, say, 30 seconds and set the profiler to collect data for 40 secs I got the results fine.
Not sure if this is your problem as well though :)
First I would install the latest version of the profiler.
Second, the profiler waits a certain time (adjustable) for the program to finish. If you did not stop the program before that time, the profiler will not have data to display.
Sure, can you point me to where I can get the latest version? I tried searching but to no avail found where the ‘latest’ release is…
Also, has anyone used the visual profiler with the CUDA SDK on Ubuntu? I’d like to just get a feel for it, using something like the matrixmul program, but I still get the same error as described above. Thanks!
Sure, can you point me to where I can get the latest version? I tried searching but to no avail found where the ‘latest’ release is…
Also, has anyone used the visual profiler with the CUDA SDK on Ubuntu? I’d like to just get a feel for it, using something like the matrixmul program, but I still get the same error as described above. Thanks!