icc - How to compile a CUDA project with my own Makefile from inside Nsight? -


i have cuda project contains .c , .cu files. project uses mkl. compile project without problems using own makefile terminal. makefile uses both intel c compiler (icc 15.0.0) , cuda 6.0 compiler (nvcc).

i build project inside nsight cannot find right way. have tried configure build provided nsight use onwn makefile without success.

i have achieved generate project default build (make all) inside nsight. not know how customize default build own makefile.

can me this?

thanks in advance

nsight based on cdt this tutorial should work. if have cuda c sources, use "cuda c" project wizard , select cuda toolkit toolchain.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -