How can I start a new CUDA project in Visual Studio 2008?
Please if anyone can help me here, I’m still new for CUDA
Thanks a lot
nv - SDK, toolkit and driver.
You can use wizard like [url=“http://forums.nvidia.com/index.php?showtopic=83054”]http://forums.nvidia.com/index.php?showtopic=83054[/url] but it’s not necessary.
And tutorial
No now you have few options:
- Using wizard + change directories in Linkrer options if it’s necessary.
- Using exeisting project in SDK and modifying it.
- Adding CUDA support to extisting C/C++ project - not so difficult - you create new .cu file, image and you add directories in project options (you can use tutorial or check options in existing SDK projects), you don’t need console commands.