Study note
Nsight Systems User Guide
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- AI / ML
- Category
- GPU、CUDA 与内核优化
- Source
- docs.nvidia.com
- Vault note
library/articles/ai_ml/Nsight-Systems-User-Guide-f9226d8a36a47fa3.md
Summary
NVIDIA Nsight Systems 官方用户指南,面向应用级时间线分析,覆盖 CUDA API、kernel、内存传输、stream、CUDA Graph、NVTX、CPU 线程和多 GPU 活动的采集与查看。
Highlights
用于先回答“时间花在哪里”:识别 CPU launch gap、同步等待、数据传输、kernel 空洞以及通信与计算是否重叠。应先用它缩小端到端瓶颈,再把热点 kernel 交给 Nsight Compute 深挖。
Comments
Loading comments...