How to Compile CUDA App is Visual Studio 2010 ?
Here are my steps: 1. Create Empty C++ project without precompiled headers 2. Add main.cpp
int main()
Yes i did, and it IS working.
Create C++ project
Project(right click)->build customisation Check "Cuda 3.2 compiler"*
Add cudart.lib
to properties->linker->input->additional dependencies
Add main.cu
-> properties Item type = CUDA C/C++*
Project -> properties ->configuration Properties -> general -> v90 toolset**
*) will appear after you install Nvidia Parallel Nsight. Be careful, you need special drivers for that, more on NSight homepage)
**) you need to instal visual c++ 2008 express.
Anyway, example project still should be available at my nvidia forum post. The problem i'm complaining there about is just out-of-date drivers.