Nsight Eclipse not found/CUDA11.1安装问题
Posted
技术标签:
【中文标题】Nsight Eclipse not found/CUDA11.1安装问题【英文标题】:Nsight Eclipse not found/CUDA11.1 installation problems 【发布时间】:2021-02-02 23:38:11 【问题描述】:安装cuda后找不到Nsight Eclipse Edition。
我在Ubuntu18.04上安装了cuda11.1(之前安装了Nvidia驱动),没有报错。 但是当我在终端上输入“nvcc -V”和“nsight”时,它显示“command 'nvcc' not found”、“command 'nsight' not found”。我通过将环境变量添加到〜/ .bashrc解决了前一个问题。在文件夹/usr/local/cuda-11.1/bin中,我找不到可执行文件“nsight”(Nsight Eclipse版的可执行文件),应该cuda安装后一直在那里。有人遇到过这种情况吗?
【问题讨论】:
我正在寻找 Nsight Eclipse 版本,而不是 Nsight Compute! 不再有 Nsight Eclipse 版本。 NVIDIA 为 C++ 的标准 Eclipse 提供插件。再次在这里记录文档——docs.nvidia.com/cuda/nsightee-plugins-install-guide/index.html 谢谢!我在安装指南中看到了 Nsight Eclipse 插件,但我没有意识到这是新的 IDE。感谢您的帮助! 【参考方案1】:引用CUDA 11 release notes:
CUDA 开发者工具
Nsight Eclipse Edition 独立版已在 CUDA 11.0 中删除。
Nsight IDE 不再有独立的 Eclipse 分支。取而代之的是在标准 Eclipse IDE for C++ 中运行的插件。请参阅 installation 和 use 的文档中的此处。
【讨论】:
以上是关于Nsight Eclipse not found/CUDA11.1安装问题的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse debug source not found
Eclipse运行C++问题Launch failed,Binary not found