MohanadOdema / DLProf

Base code for profiling DNN models on Nvidia Hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trial code for DLprof on Nvidia GPUs and hardware

Installation

python3 -m pip install nvidia-pyindex python3 -m pip install nvidia-dlprof

Run for pytorch dummy network

dlprof --mode=pytorch --force true python3 dummy_network.py dlprof --mode=pytorch --database=nsys_profile.sqlite

Reports Generation

dlprof --mode=pytorch --reports=all --database=nsys_profile.sqlite

Reference

https://docs.nvidia.com/deeplearning/frameworks/dlprof-user-guide/

About

Base code for profiling DNN models on Nvidia Hardware


Languages

Language:Python 100.0%