We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
此处是有关如何配置 Netbeans 进行 CUDA 开发的指南。
Here is a guide on how to configure Netbeans for CUDA development.
您可以使用 QT-Creator,它与 cmake 结合使用效果非常好:
如果您想要额外的调试功能,请在 QT-Creator 配置中将 gdb 替换为 cuda-gdb。
You can use QT-Creator, it works quite well in combination with cmake:
If you want to have additional debug functionalities, replace gdb with cuda-gdb in the QT-Creator config.
您应该能够使用 Visual C++ Express(不是开源但免费)
如果您使用 CUDA 3.2 您将需要 VC++ 2008
如果您使用的是 CUDA 4.0RC 您可以使用 VC++ 2010
You should be able to use Visual C++ Express (Not Open Source but Free)
If you are using CUDA 3.2 You will need VC++ 2008
If you are using CUDA 4.0RC You can use VC++ 2010