Y
Hacker News
new
|
ask
|
show
|
jobs
by
not-elite
1721 days ago
In nvidia land, `nvidia-smi` is like `top` for your gpus. If you're running compiled CUDA, `nvprof` is very useful. But I'm not sure how much work it would take to profile something like a pytorch model.
https://developer.nvidia.com/blog/cuda-pro-tip-nvprof-your-h...
1 comments
arcanus
1721 days ago
In AMD land, `rocm-smi` is like `top` for your gpus. Very similar in capabilities and functionality to NVIDIA.
link