Hello, I’ve just started out with CUDA and have successfully installed the libraries and SDK for Linux. I’ve compiled and run the test programs that came with the SDK with no problems, but now when I’m trying to include cutil.h, it says no such file found. I thought it would be just a path error but when I checked out /usr/local/cuda/include, there really isn’t such a file.
/usr/local/cuda/include# ls -R | grep util
(No results)
Is there a new file that I can use? Or something similar?