I have the following code which I am trying to compile using nvcc.
Code:
#include #include #include
The problem is not the header file, otherwise you would have got a compile error. You have a linker error. You will need to tell your linker where to find the object or library file that contains those functions.