使用视觉分析器
我在 CUDA 中有一些代码想要分析。不幸的是,在我工作的机器上,视觉分析器不起作用。我是否可以在其他机器或类似机器上的视觉分析器上测试代码? (基本上我正在寻找一种解决方法,以便找到瓶颈)。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用本指南: 使用 NVIDIA Compute Visual Profiler 在 Windows 上分析 CUDA 应用程序
Use this guide: Profiling CUDA Applications on Windows with NVIDIA Compute Visual Profiler
由于答案尚未被接受,我建议尝试使用最新版本的 Visual Profiler。
新的 NVIDIA Visual Profiler (v4.1) 支持自动性能分析,以识别应用程序中的性能改进机会。它还直接链接到最佳实践指南中针对其检测到的问题的最有用部分。 Visual Profiler 仍然作为 CUDA 工具包的一部分在 NVIDIA 开发者网站上免费提供:http://www.nvidia .com/getcuda。
如果您仍然无法使其正常工作,请通过您的(免费)NVIDIA 注册开发者帐户提交错误,以便 Visual Profiler 工作团队可以进一步调查。
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.