pytorch
c75434ed - [Inductor] Add an option to mark wrapper call in PyTorch profiler (#89674)

Commit
3 years ago
[Inductor] Add an option to mark wrapper call in PyTorch profiler (#89674) This PR adds an option `config.profiler_mark_wrapper_call` (disabled by default) to mark the duration of wrapper call in the PyTorch profiler. This makes it easy to identify the duration and start/end of each wrapper call in the profiler output. Pull Request resolved: https://github.com/pytorch/pytorch/pull/89674 Approved by: https://github.com/jansel
Author
Jiong Gong
Committer
Parents
Loading