Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CUDA cutil.h where is it?

Tags:

cuda

Does anyone know which and where is the SDK/toolkits that contents cutil.h? I tried CUDA toolkits3.2 and toolkits5.0(I know this version it is not supported already for cutil.h)

Also I notice some mentioned about it in how to include cutil.h in linux

but which & where installer that generate "NVIDIA_GPU_Computing/C/common/inc"? My toolkit dont generate such files.

is CUDA3.0 only contain these cutil.h?

like image 415
pandaSlayer Avatar asked Nov 04 '22 13:11

pandaSlayer


1 Answers

For linux, the CUDA SDK (not toolkit) installer versions 3.2 to 4.1 inclusive (at least) should install the .../C/common/inc/cutil.h file. It was eliminated in the CUDA 5.0 release and is not in the installer there as you have discovered.

like image 126
Robert Crovella Avatar answered Nov 09 '22 05:11

Robert Crovella