Supported Windows compilers in CUDA

点点圈 提交于 2019-12-31 03:50:06

问题


I am a complete novice CUDA programmer trying to get started, and I am encountering the issue mentioned here with version 5.5

"clean" error with CUDA 5.5 in Visual Studio 2010 Express

Can anyone confirm that this is an issue with version 5.5 only? Is there an earlier version that I can install e.g. 5.0, that will allow nvcc to work with the Visual Studio 10.0 Express version compiler under 64-bit Windows 7?


回答1:


This is a late answer provided here to remove this question from the unanswered list.

From the NVIDIA CUDA TOOLKIT V5.0 Release Notes, Section 5.1, Table 1

Supported Windows Compilers (32-bit and 64-bit)

Compiler          IDE
Visual C++ 10.0   Visual Studio 2010
Visual C++ 9.0    Visual Studio 2008

From the NVIDIA CUDA TOOLKIT V5.5 Release Notes, Table 2

Windows Compilers Supported in CUDA 5.5

Compiler          IDE
Visual C++ 11.0   Visual Studio 2012
Visual C++ 11.0   Visual Studio 2012 Express (32-bit)
Visual C++ 10.0   Visual Studio 2010
Visual C++ 9.0    Visual Studio 2008

From the NVIDIA CUDA GETTING STARTED GUIDE FOR MICROSOFT WINDOWS for CUDA 6.0

Windows Compiler Support in CUDA 6.0

Compiler          IDE
Visual C++ 11.0   Visual Studio 2012 Express
Visual C++ 10.0   Visual Studio 2010 
Visual C++ 9.0    Visual Studio 2008

In all the above releases, there is no support for Visual Studio 2010 Express.



来源:https://stackoverflow.com/questions/21076966/supported-windows-compilers-in-cuda

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!