This is a library that makes it easy to profile GPU usage for functions in Python.
Table of Contents
- Install deepprofile
pip install deepprofile For nsight functionality, install Nvidia NSight Systems and make sure it's available in your PATH.
For DCGM functionality, make sure you've installed DCGM.
This library includes a daemon which continuously outputs DCGM metrics to a CSV file. To see more information, run:
python -m deepprofile --helpdeepprofile is distributed under the terms of the MIT license.