Hi,
I have a NVIDIA GeForce RTX 3060. I have Visual Studio 2017 professional. I am installing CUDA toolkit 11 using cuda_11.3.1_465.89_win10. It looks like that Integrated Graphics Frame Debugger and Profiler and Integrated CUDA Profilers are not installed. How can I have them installed?
Did you solve the issue? I am also facing the same problem.
Also, are the mentioned components necessary? Because I have only installed Visual Studio community edition 2022 and with python development as workload.
Sorry if the message was not clear.
As of Nsight VSE version 2020.2, those components were removed from Nsight VSE.
There are new stand alone tools that provide better than parity support for functionality that was removed.
Nsight Compute : CUDA application interactive kernel profiler
Nsight Graphics : Graphics application frame debugger and profiler
The way to get Visual Studio integration of those tools is to use Nsight Integration, as mention on https://developer.nvidia.com/nsight-vstools
and download each of the standalone tools.
Nsight Integration will add them to the Nsight menu (similarly to the way they were in earlier versions of Nsight VSE).