Nsight Eclipse not found/CUDA11.1 installation problems

2.1k Views Asked by At

I can't find Nsight Eclipse Edition after cuda installation.

I installed cuda11.1 on Ubuntu18.04(Nvidia Driver was installed before),and no error shows. But when I input "nvcc -V",and "nsight" on terminal, it shows "command 'nvcc' not found","command 'nsight' not found". I solved the former problem by adding environment variables to ~/.bashrc.And in folder /usr/local/cuda-11.1/bin, I can't find executable file "nsight"(executable file of Nsight Eclipse Edition),which should have been there after cuda installation. Someone has met this before?

1

There are 1 best solutions below

1
On BEST ANSWER

Quoting from the CUDA 11 release notes:

CUDA Developer Tools

  • Nsight Eclipse Edition standalone is dropped in CUDA 11.0.

There is no longer a standalone fork of Eclipse for the Nsight IDE. Instead plugins are shipped which run inside in the standard Eclipse IDE for C++. See here in the documentation for installation and use.