The code developed from windows,but when I run the code under linux use the command "nvcc “,it rurned out the error: cutil_inline.h: No such file or directory.
The path in my mechine is :”# User specific aliases and functions
export PATH=/usr/local/cuda/bin:/usr/local/NVIDIA_GPU_Computing_SDK:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/NVIDIA_GPU_Computing_SDK:$LD_LIBRARY_PATH" The missing file “cutil_inline.h” already in the package “NVIDIA_GPU_Computing_SDK”. How can I solve this problem?
Your kindly reply will be great important to me.