CUDA-总线错误
我已经使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自我解决
问题是 cuda malloc 调用之一
self solve
the problem was with one of the cuda malloc calls