Problem with visual profiler

hi all,
each time as I used Visual Profiler, I got the error like:
Empty header line found in CSV file.
Error in reading profiler output.

but in the output window it seems the executions are correct. I’ve also tested with a longer max execution time. The generated csv files are always empty.
can someone help me?

thx

ps. i’m using Visual Profiler Version 3.0 on Win 7.

Which card are you using? Are you seeing this problem for every application or just a specific application??

Hi,

call the
cudaThreadExit();
command at the end of your program. And in “Session Settings” under “Other Options” disable “Timestamp”.

greetings k.

I tried cudaThreadExit() and disabling many of the buttons on output menu and I still get “Error in reading profiler output”.

Any ideas?