📅 2012-May-14 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ cuda, visual studio ⬩ 📚 Archive
CUDA 4.0 and later versions work fine with Visual Studio 2010. The only noticeable change from Visual Studio 2008 is that Build Rules are replaced by Build Customizations in Visual Studio 2010.
Adding CUDA capability to any Visual Studio 2010 solution is easy:
You should be able to build CUDA source files and run CUDA programs with these changes.
Tried with: CUDA 4.1 and Visual Studio 2010