fatal error: cutil.h: No such file or directory # include<cutil.h> ^ compi

Hi Folks,
I am getting this above mentioned error while running my program in CUDA. I am using CUDA 5.5 and UBUNTU 14.0. I searched in the Internet regarding this but haven’t found any satisfactory answer to solve. Please help.

-Anik

cutil.h was removed from the CUDA samples in CUDA 5.0

See this link [url]cuda - CUDA5 Examples: Has anyone translated some cutil definitions to CUDA5? - Stack Overflow.