I want to compile an old project (based on CUDA 2.3) with the new CUDA 5.0
Unfortunately it makes use of the old cutil.h header, which is not available in CUDA 5.0 anymore.
Is there a replacement for this header?
Especially the image im- and export functions (PPM, PGM) are missing, e.g. cutSavePGMf()…
Yes, there is a replacement in the new SDK Examples.
It has been covered in a previous question:
CUDA5 Examples: Has anyone translated some cutil definitions to CUDA5?