The following reasons why based on the following two examples which I am trying to just setup CUDA on Windows in Visual Studio Community 2022 & Eclipse IDE.
Let’s start with Eclipse. We need the plugin to use CUDA, right?
On this page:
2.1. Installing Nsight Eclipse Edition
Nsight Eclipse Plugins archive is part of the CUDA Toolkit. Nsight Eclipse Plugins archive can be installed using the Help → Install New Software… Menu on Eclipse
Huh? What further needs to be done???
So I find this next page:
1.1. Install plugins using Eclipse IDE
- You can install Nsight Eclipse plugins in your own Eclipse environment or download and install [Eclipse IDE for C/C++ developers]
- Launch Eclipse and go to Help > Install New Software… menu.
- Click on the Add Button
- Enter name (ex: NsightEE) in the Name field. Choose the the zip file(com.nvidia.cuda.repo.zip) that contains the plugins using Archive button or Enter the full path of zip file. Nsight EE plugns zip file can be found in /usr/local/cuda-11.8/nsightee_plugins directory
Huh? But I am using Windows, not Linux, but that is okay as I can I see I have a couple of Nvidia directories
C:\Program Files\NVIDIA Corporation & C:\Program Files\NVIDIA GPU Computing Toolkit
For the Toolkit directory. No Nsight repo there, or any .zip file as shown in the Docs site.
While the word Nsight does appear in the Nvidia Corporation directory,the word “repo” nor any .zip file appears there either.
What’s going on with this?