I don't know how to include cutil.h in linux, i know where it is, but I don't know how to include it. Ideas please.
#include <cutil.h>
find out where cutil.h is:
sudo updatedb; locate cutil.h
nvcc -I /usr/local/cuda/include ...
for you
nvcc -I ~/NVIDIA_GPU_Computing/C/common/inc test.cu -o test
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With