I’m a CUDA beginner…so i followed this simple tutorial about CUDA introduction…
It’s a powerpoint presentation i found on the net…
[b]Christian Trefftz / Greg Wolffe
Grand Valley State University
Supercomputing 2008
Education Program[/b]
however…while compiling i encountered this error…
i typed and enter this in the cmd… nvcc simple.c simple.cu -o simple
i got this error…
nvcc fatal : Don’t know what to do with ‘simple’
Any idea what’s this error? what should i do?