5 ms·
As someone that is familiar with using nvidia-smi to track util, what are some commands people use to track the SM efficiency? The end of the article had some r
by ScoutOrgo 2y ago
As someone that is familiar with using nvidia-smi to track util, what are some commands people use to track the SM efficiency? The end of the article had some references, but no examples of what to use explicitly.
- roanakb 2y agoUnfortunately, SM efficiency is not accessible via nvidia-smi. The best methods to track it would be to: 1. Profile your model with Pytorch Profiler 2. Export metrics with Nvidia DCGM