/dnd

Dnd's Not Dlprof

Primary LanguagePythonApache License 2.0Apache-2.0

DND: Dnd's Not Dlprof!

PyPI version

DND is a simple tool for profiling and tracing PyTorch programs on NVIDIA GPUs. If uses NVIDIA's NSIGHT Systems and NSIGHT Compute along-side PyTorch 2.0's Dynamo graph capturing system to provide framework operator and CUDA kernel level breakdowns of a Deep Learning application. Check out the Sample App for an example of an instrumented application.

Install

$ pip install dndlprof

Quick Start

$ dnd -- python -m dnd.sample_app