Hi, I want to compile a very basic hello world level Cuda program under Linux. I have three files:
- the kernel: helloWorld.cu
- main method: helloWorld.cpp
- common header: helloWorld.h
Could you write me a simple Makefile to compile this with nvcc and g++?
Thanks,
Gabor