具有 PCI 接口的 GPU 上的 nVidia CUDA

发布于 2024-10-04 19:57:08 字数 57 浏览 0 评论 0原文

您是否有在使用 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 技术交流群。

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

发布评论

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

评论(1

一百个冬季 2024-10-11 19:57:08

我看不出它不起作用的原因,快速谷歌搜索“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.

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