【问题标题】:Nsight Eclipse not found/CUDA11.1 installation problemsNsight Eclipse not found/CUDA11.1安装问题
【发布时间】: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。感谢您的帮助!

标签: cuda ubuntu-18.04 nvcc nsight


【解决方案1】:

引用CUDA 11 release notes:

CUDA 开发者工具

  • Nsight Eclipse Edition 独立版已在 CUDA 11.0 中删除。

Nsight IDE 不再有独立的 Eclipse 分支。取而代之的是在标准 Eclipse IDE for C++ 中运行的插件。请参阅 installationuse 的文档中的此处。

【讨论】:

    猜你喜欢
    • 2021-12-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-09-29
    • 2016-05-20
    相关资源
    最近更新 更多