GPU设备模拟器

发布于 2024-11-02 17:12:56 字数 223 浏览 1 评论 0原文

我是学习 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 技术交流群。

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

发布评论

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

评论(2

浪漫人生路 2024-11-09 17:12:56

nvcc 可以选择打开仿真模式,并将在您的 CPU 上运行整个应用程序。当然,您不需要为此拥有支持 CUDA 的 GPU。

nvcc -deviceemu my_first_app.cu

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.

nvcc -deviceemu my_first_app.cu
橘寄 2024-11-09 17:12:56

我在 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

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