Y
Hacker News
new
|
ask
|
show
|
jobs
by
ScoutOrgo
658 days 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.
1 comments
roanakb
658 days ago
Unfortunately, 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
link
1. Profile your model with Pytorch Profiler 2. Export metrics with Nvidia DCGM