Reputation: 1794
I installed visual studio 2010 on my notebook , and then i installed cuda version 5.5 on my notebook . I am a beginner in parallel programming . The thing is , why am I not getting Nvidia cuda template installed in visual studio . Whenever I click on new project it shows only CLR , Win32 and General option .
How to install CUDA template in visual studio ?
Upvotes: 1
Views: 5911
Reputation: 21108
Check out this answer for getting started with VS2010. You can start with an empty C++ project, when you enable the CUDA build customisation any .cu files will be built with CUDA.
Upvotes: 1