No visual profiler (nvvp) in cuda-10 installation folder - Ubuntu 16.04

I just realize that the installation folder of cuda 10 on my Ubuntu box does not contain nvvp, like previous versions. cuda version is 10.0.130. what is the package that I can find nvvp for cuda 10?

thanks

Based on your other recent question here, you seem to use methods for install that are unfamiliar to me.

I think if you used NVIDIA installers, and followed NVIDIA-recommended methods to install CUDA 10.0.130, you would find nvvp right where it is supposed to be.

Assuming you are using a PC and based on the repositories from Nvidia, the visual profiler should be in the package cuda-nvvp-10.0. I would advise to install cuda-10.0 metapackage, which installs more than you might use but you won’t have the problem of some missing dependency.

You can follow the instructions provided by Nvidia on some of their pages and donwload the main installer form “https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=debnetwork”.

Additionally you can find detailed steps at “How To Install CUDA 10 (together with 9.2) on Ubuntu 18.04 with support for NVIDIA 20XX Turing GPUs”/

Basically, you will be adding Nvidia’s repository for cuda packages (https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/) and then installing them as usual.

Best Regards,
Juan.

Also you might need to install openjdk-8-jdk as said on https://devtalk.nvidia.com/default/topic/1048984/cuda-setup-and-installation/nsight-eclipse-won-t-launch-ubuntu-18-04/

Then you can do “/usr/local/cuda-10.0/bin/nvvp -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java” or “/usr/local/cuda-10.0/bin/nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java”