Installing CUDA 11.0 doesn't seem to have installed CUPTI

I have installed Cuda Toolkit v11.0 following the linux instructions (Ubuntu, via the local deb).

In the installation folder, under extras, I have “CUPTI” but there isn’t lib64 under it

/usr/local/cuda-11.0/extras$ ls

CUPTI  Debugger  demo_suite

/usr/local/cuda-11.0/extras$ cd CUPTI/

/usr/local/cuda-11.0/extras/CUPTI$ ls
doc  samples

/usr/local/cuda-11.0/extras/CUPTI$ 

How do I get CUPTI/lib64?

1 Like

I installed Cuda Toolkit v11.0 with the same instructions on my Ubuntu 18.04.

I am facing the same issue. These are the files on my system.

$ ls /usr/local/cuda/extras/CUPTI/
>>doc  samples
$ ls /usr/local/cuda-11.0/extras/CUPTI/
>>doc  samples

But none of the cuda directories contain extras/CUPTI/lib64

I think those files moved to

/usr/local/cuda/lib64

2 Likes