具有 PCI 接口的 GPU 上的 nVidia CUDA
您是否有在使用 PCI 接口(而不是 PCIe)的已启用 GPU 上使用 CUDA 的经验?有效吗?
Do you have any experience working with CUDA on an enabled GPU that uses the PCI interface (as opposed to PCIe)? Does it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看不出它不起作用的原因,快速谷歌搜索“PCI CUDA”似乎证实了它是可能的。他们确实制造了一些用于 PCI 的 CUDA 卡。
然而,带宽是 GPGPU 的重要瓶颈之一,但也可能不是最重要的瓶颈(好吧,取决于具体问题)。如果您同意主机<->设备传输速度变慢,那么您就可以开始了。
I cannot see a reason why it wouldn't work, and a quick google for "PCI CUDA" seems to confirm that it's possible. They do make some CUDA cards for PCI.
However, the bandwindth is one of the important bottlenecks on GPGPU, but probably not the most important one too (well, depends on the specific problem). If you're OK with having the Host<->Device transfer slower, then you're good to go.