如何在Windows上模拟CUDA
有什么方法可以在没有 NVIDIA 显卡的计算机上测试 CUDA 示例和代码吗? 我使用的是 Windows 和最新版本的 CUDA。
is there any way I can test the CUDA samples and codes from a computer with no NVIDIA graphic card?
I am using Windows and the latest version of CUDA.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种可能性:
不过,我建议购买一些支持 CUDA 的卡。 8xxx或9xxx系列都可以,而且很便宜。仿真可以让您获得 GPGPU 编程的一些基本技能,但在编写一些实际应用程序时毫无用处,因为它不允许您调试和调整性能。
There are several possibilities:
However, I would recommend buying some CUDA-capable card. 8xxx or 9xxx series is ok and really cheap. Emulation would allow you to get some basic skills of GPGPU programming, but is useless when you write some real-world application since it doesn't allow you to debug and tune performance.