Hi there,
I am new here… today I have installed everything to develop with CUDA, all works fine excluding IntelliSense in Visual Studio 2008 and 2010 with cu file; I have done this:
copy C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 3.2\C\doc\syntax_highlighting\visual_studio_8\usertype.dat to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
Highlight works but IntelliSense no, I would like type a code and IntelliSense (likewise reflection in C#) show me signature of cuda function and more (like cudaMalloc, float 4, global, device…). at the moment IntelliSense works fine only with standard C functions and types but no with CUDA extensions… I am newbie with CUDA and I think that IntelliSense can help me a lot in development process because I do not remember each signature of function.
Hi there,
I am new here… today I have installed everything to develop with CUDA, all works fine excluding IntelliSense in Visual Studio 2008 and 2010 with cu file; I have done this:
copy C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 3.2\C\doc\syntax_highlighting\visual_studio_8\usertype.dat to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE
Highlight works but IntelliSense no, I would like type a code and IntelliSense (likewise reflection in C#) show me signature of cuda function and more (like cudaMalloc, float 4, global, device…). at the moment IntelliSense works fine only with standard C functions and types but no with CUDA extensions… I am newbie with CUDA and I think that IntelliSense can help me a lot in development process because I do not remember each signature of function.