Reputation: 75
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
Reputation: 151799
The visual profiler is launched by typing:
nvvp
at a windows command prompt.
You may wish to read the documentation
Upvotes: 1