Manish
Manish

Reputation: 505

Using visual profiler


I have some code in CUDA that I want to profile.Unfortunately on the machine I work visual profiler does not work.Would it be possible that I am able to test the code on a visual profiler on some other machine or something like that? (basically I am looking for a workaround so that I can find bottlenecks).

Upvotes: 0

Views: 1675

Answers (2)

Will Ramey
Will Ramey

Reputation: 41

Since an answer hasn't been accepted yet, I suggest giving the newest version of Visual Profiler a try.

The new NVIDIA Visual Profiler (v4.1) supports automated performance analysis to identify performance improvement opportunities in your application. It also links directly to the most useful sections of the Best Practices Guide for the issues it detects. The Visual Profiler is still available for free as part of the CUDA Toolkit on NVIDIA's developer web site: http://www.nvidia.com/getcuda.

If you're still not able to get it working, please file a bug via your (free) NVIDIA registered developer account so the team working on Visual Profiler can investigate further.

Upvotes: 1

Related Questions