This repository has been archived by the owner on May 24, 2021. It is now read-only.
Releases: awwong1/torchprof
Releases · awwong1/torchprof
So long and thanks for all the fish
Please refer to the official profiler that has been redesigned in PyTorch 1.9.
https://pytorch.org/docs/1.9.0/profiler.html?highlight=profiler#module-torch.profiler
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
- Added in support for `profile_memory` (torch >= 1.6), with runtime warning if unsupported - Added in support for `self_cuda_total` (torch >= 1.7), graceful fallback if unsupported - refactored display and profile code into separate files - dynamically populating table columns based on options - table column headings consistent with official names