Hi,
As Nsight Eclipse Edition is discontinued, now we should use Eclipse Plug-in as explained in Nsight Eclipse Plugins Edition Getting Started Guide (nvidia.com)
I am using Ubuntu 20.04.5 LTS (64 bit) and I have installed NVCC. nvcc --version
returns
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Thu_Feb_10_18:23:41_PST_2022
Cuda compilation tools, release 11.6, V11.6.112
Build cuda_11.6.r11.6/compiler.30978841_0
Here is my problem,
Per installation guideline for adding extension to eclipse,
In Eclipse > Help > Install New Software > Add Repository
In that, We need to add path in “location”, ideally it should be /usr/local/cuda-11.6/nsightee_plugins
However, this plugin is not available in my directory(/usr/local/cuda-11.6/). Can some one please guide?