intellisense
-
비주얼 스튜디오 2010에서 CUDA C에 인텔리센스 적용하기CUDA 2011. 8. 23. 13:44
원본 링크입니다. http://www.ademiller.com/blogs/tech/2010/10/visual-studio-2010-adding-intellisense-support-for-cuda-c/ First make sure Visual Studio knows .cu files are C/C++ files:Open Tools | Options | Projects and Solutions | VC++ Project SettingsAdd “.cu” to the Extensions To Include (VS2010)Next add the CUDA include path to the project’s VC++ Directories:Open the project’s properties dialogSelect..