GPU设备模拟器
我是学习 CUDA 的新手,我一直在寻找一个好的模拟器来运行我的 CUDA 程序,因为我的笔记本电脑没有配备显卡。
我听说过 mcuda 和 gpuocelot,但他们的文档似乎很糟糕且令人困惑。我已经尝试安装它们几个小时了,但进展甚微。
有谁知道有一款像样的 GPU 模拟器并且有很好的文档吗?我使用的是Ubuntu 10.10 操作系统
谢谢你,
Gaurish
I am new to learning CUDA and I was looking around for a good emulator to run my CUDA programs on, since my laptop does not come with a Graphics card.
I have heard of mcuda and gpuocelot but they seem to have terrible and confusing documentation. I have been trying to get them installed for a few hours now but with very little progress.
Does any one know of a decent GPU emulator with good documentation. I am using Ubuntu 10.10
operating system
Thank you,
Gaurish
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
nvcc 可以选择打开仿真模式,并将在您的 CPU 上运行整个应用程序。当然,您不需要为此拥有支持 CUDA 的 GPU。
nvcc has an option to turn on the emulation mode and will run the entire application on your CPU. You don't need to have a CUDA enabled GPU for this, of course.
我在 ubuntu 12.04 上尝试使用 GPUocelot。
这是一项耗时的工作,我们必须从“http://gpuocelot.googlecode.com/svn/ 下载一些文件夹trunk/ “我希望使用 svn 下载这些文件夹后能够正常工作。
这是链接,您可以在其中找到安装 gpuocelot 的所有步骤
http://barefeg.wordpress .com/2012/06/16/how-to-install-gpuocelot-in-ubuntu-12-04
I tried for GPUocelot on ubuntu 12.04.
its time consuming job we have to download some folders from "http://gpuocelot.googlecode.com/svn/trunk/ "I hope it will work after downloading these folders using svn.
here is link where you can find all steps to install gpuocelot
http://barefeg.wordpress.com/2012/06/16/how-to-install-gpuocelot-in-ubuntu-12-04