"Empty header line found in CSV file" in CisualProfiler?

Hello,

Im using CUDA2.2 ( toolkit, SDK and Drivers on windows XP 32bit machine.

Im getting the below error (after 4th run), when I run the CUDA Visual Profiler 2.2.

“Empty header line found in CSV file”

  • What is the reson for this?
  • Do I need to set any environmental variables for running Visual Profiler?
  • Anyone able to run successfully?

I’m seeing the exact same problem. I would definitely appreciate any suggestions anyone has…

Same problem.

Any idea?

Environment:

Ubuntu 9.04

Driver 180.xxx

Toolkit 2.2

SDK 2.2

Hi, I had the same mistake, using profiler Ver: 3.0.23
I avoided the cutil function that prevents the premature closing of the window
and it works.

cutilExit(argc, argv);

Hola, Tenia el mismo problema con la vesión 3.0.23 del profiler,
Le quite la funcion que evita que se cierre la ventana
y se soluciono.

External Image

Jacobo S

Hi, I had the same mistake, using profiler Ver: 3.0.23
I avoided the cutil function that prevents the premature closing of the window
and it works.

cutilExit(argc, argv);

Hola, Tenia el mismo problema con la vesión 3.0.23 del profiler,
Le quite la funcion que evita que se cierre la ventana
y se soluciono.

External Image

Jacobo S

Making sure the program hits cudaThreadExit() when it terminates is a good idea.