神秘的 CUDA 分析器错误

发布于 2024-10-15 04:25:17 字数 330 浏览 7 评论 0原文

这样我就在运行 OS X 版本 10.6.6 的 Mac Pro 上成功安装了 CUDA 工具包和 GPU 计算 SDK。 SDK 提供的示例 CUDA 程序以及我自己的一些程序运行良好。但是,当我通过 NVIDIA Visual Profiler(可执行文件称为computeprof)运行任何这些 CUDA 程序时,我总是在启动时收到以下错误:

“无法在启动/停止模式下初始化分析”

NVIDIA 的文档没有提及这一点错误,谷歌搜索显示 NVIDIA 论坛中的一个帖子,其中有几个人最近(自 2010 年 10 月以来)遇到了这个问题,但没有解决方案。

任何有关此错误消息的信息将不胜感激。

So I have successfully installed the CUDA toolkit and GPU computing SDK on a Mac Pro running OS X version 10.6.6. The sample CUDA programs provided with the SDK as well as some programs of my own work well. However, when I run any of these CUDA programs through the NVIDIA Visual Profiler (the executable is called computeprof), I always get the following error upon launch:

"Unable to initialize the Profiling in Start/Stop mode"

NVIDIA's documentation does not mention this error, and Googling shows a single post in the NVIDIA forums in which several people have run into this problem recently (since October 2010) but no solutions.

Any information on this error message would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ㄖ落Θ余辉 2024-10-22 04:25:18

如果 Visual Profiler v4.0 不适合您,有一个新的 CUDA 版本 (v4.1),它包括一个全新的 &重新设计的视觉分析器。

新的 NVIDIA Visual Profiler (v4.1) 支持自动性能分析,以识别应用程序中的性能改进机会。它还直接链接到最佳实践指南中针对其检测到的问题的最有用部分。 Visual Profiler 作为 CUDA 工具包的一部分可在 NVIDIA 开发者网站上免费获得:http://www.nvidia .com/getcuda

如果您遇到任何问题,请通过您的(免费)NVIDIA 注册开发者帐户提交错误,以便 Visual Profiler 工作团队能够找出问题。

If Visual Profiler v4.0 isn't working for you, there's a new CUDA release out (v4.1) and it includes a completely new & re-designed Visual Profiler.

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. And the Visual Profiler is available for free as part of the CUDA Toolkit on NVIDIA's developer web site: http://www.nvidia.com/getcuda.

If you experience any problems, please file a bug via your (free) NVIDIA registered developer account so the team working on the Visual Profiler can figure out the problem.

別甾虛僞 2024-10-22 04:25:18

你用的是CUDA4.0吗?
我在使用 CUDA 4.0 和视觉分析器时遇到问题(我使用 Linux 系统)。但它在 CUDA 3.2 上工作得很好。

Are you using CUDA4.0?
I had problem with CUDA 4.0 and visual profiler (I use a Linux system). But it works fine with CUDA 3.2.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文