I am new to this field. I have developed a VC++ application. To make it fast, i want to do some tasks in GPU. I have read some basics about CUDA programming. But still i don't know how to compile CUDA program? and how to add those CUDA kernels with my app? <img src='http://hqnveipbwb20/public/style_emoticons/<#EMO_DIR#>/omg.gif' class='bbc_emoticon' alt=':omg:' />
There is also a ‘template’ project which you can use for your first tests, and to see whether the compilation and execution works properly. To integrate an CUDA source file into an existing project, you may want to try importing the