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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -