CUDA-总线错误

发布于 2024-09-16 15:55:20 字数 246 浏览 4 评论 0原文

我已经使用 CUDA 一段时间了,在工作一小段时间后,第一次尝试将任何数据分配到 GPU 时,开始报告总线错误。我发现解决此问题的唯一方法是重新启动机器。

内存应该自动清除,但如果应用程序在到达所有 cudaFree 调用之前崩溃,则似乎不会发生这种情况。

有其他人遇到过这个问题或知道如何强制清除卡内存吗?我使用 ubuntu 10 x64 和 480Fermi。

还应该添加:使用 CUDA 和 openCV 进行实时图像处理

I have been working with CUDA for a while now and started to have bus errors reported on the first attempt to malloc any data to the GPU after working for a short period of time. The only way that i have found to fix this is to restart the machine.

The memory should be cleared up automatically but it does not seem to happen if the application crashes before reaching all of the cudaFree calls.

Has anybody else had this problem or know how to force the card memory to clear? I am using ubuntu 10 x64 with a 480Fermi.

should also add: using CUDA with openCV for real time image processing

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

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

发布评论

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

评论(1

菩提树下叶撕阳。 2024-09-23 15:55:20

自我解决

问题是 cuda malloc 调用之一

self solve

the problem was with one of the cuda malloc calls

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