user3505155
user3505155

Reputation: 75

How to run and understand CUDA Visual Profiler?

I had setup CUDA 5.0 and my project of CUDA work good, but I don't know how to analyze my CUDA project with Visual Profiler ? How to run it ?

Have I need to install some more ? And how to do it ?

My computer use Window 7 64 bit, CUDA 5.0 64 bit, VS 2012

Upvotes: 0

Views: 122

Answers (1)

Robert Crovella
Robert Crovella

Reputation: 151799

The visual profiler is launched by typing:

nvvp

at a windows command prompt.

You may wish to read the documentation

Upvotes: 1

Related Questions