"Start Performance Analysis" Nsight 上缺少按钮 + Visual Studio

"Start Performance Analysis" button missing on Nsight + Visual Studio

我通常调试内核并使用“开始性能分析”按钮检查时序。 它显示当我使用 CUDA 10.2, RTX Titan V.

但是,自从我将 CUDA 版本升级到 11.3 后,该按钮现在显示了。
这是我当前的 visual studio 选项。我现在正在使用 Visual Studio 2017,CUDA 11.3,RTX 3090。
你们知道为什么这些选项在 VS2017 上消失了吗?
以及如何在我的环境中恢复这些按钮?

// 编辑:我混淆了按钮的名称。抱歉 //

该功能已删除,如发行说明中所述here

"Integrated CUDA profiling, deprecated since NVIDIA Nsight Visual Studio Edition 2019.2, has been removed from the Performance Analysis tools and replaced by: Nsight Compute for Volta and later family GPUs nvprof and Visual Profiler for Pascal and early family GPUs (not participating tools for NVIDIA Nsight Integration)"

因此,对于较旧的 GPU,您应该切换到 the new profiling tools, e.g. nsight compute/nsight systems for newer GPUs (Volta and forward, roughly speaking), or else one of the legacy profilers,例如 nvprof 或可视化分析器。

我想另一个选择是恢复到旧版本的 Nsight VSE 工具,具体取决于您的 CUDA 版本需求。