nsight

How do I start a CUDA app in Visual Studio 2010?

拟墨画扇 提交于 2019-11-26 03:07:22
问题 Direct Question: How do I create a simple hello world CUDA project within visual studio 2010? Background: I\'ve written CUDA kernels. I\'m intimately familiar with the .vcproj files from Visual Studio 2005 -- tweaked several by hand. In VS 2005, if I want to build a CUDA kernel, I add a custom build rule and then explicitly define the nvcc call to build the files. I have migrated to Win 7, and VS 2010 because I really want to try out nSight. I have nSight 1.5 installed. But this is where I\'m