【发布时间】: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