visual studio 2008 - Integrating CUDA 4.0 into existing VS2008 project -


i wrote simple raytracer in c++ , want add cuda project. edited .vcproj manually , added cudart build rule can't work. nvcc invoked cuda compiles ok, seems host compiler doesn't recognize of cuda types , kernel syntax.

my cuda version 4.0 rc2, can compile , run other cuda projects.

please help. got deadline on head.

you need ensure cuda code in .cu files such compiled nvcc, since nvcc understands cuda keywords.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -