Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nsight Eclipse not found/CUDA11.1 installation problems

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?

like image 287
L.K Avatar asked Nov 28 '25 11:11

L.K


1 Answers

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.

like image 99
talonmies Avatar answered Nov 30 '25 04:11

talonmies



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!