Invalid column error in the CUDA Visual Profiler

I get this message when every time I run a program in the CUDA Visual Profiler.

Program run #1 completed.
Program run #2 completed.
Program run #3 completed.
Program run #4 completed.
Invalid column ‘gridsizeX’ found in CSV file header
Error in reading profiler output.

If I uncheck the GridSize in the session’s options window it complains about BlockSize, and so on.

I am using the 2.3 version of the CUDA SDK. The driver version is 190.09.

Which platform are you working on?

This error is mostly due a mismatch between the Driver and Visual Profiler. You can try updating to the latest versions of Driver and Visual Profiler available on the download page http://www.nvidia.com/object/cuda_get.html

I’m running on Linux. I am using the driver version 190.09 and the visual profiler that comes with the CUDA SDK 2.3

Thanks