summaryrefslogtreecommitdiff
path: root/torch/autograd/profiler.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang1-5/+0
2019-03-21Fix B903 lint: save memory for data classes with slots/namedtuple (#18184)Edward Yang1-6/+2
2018-09-19Improve autograd profiler performance (#11773)Adam Paszke1-15/+2
2018-09-14Augment emit_nvtx to help connect backward-pass Function apply calls with the...Michael Carilli1-0/+45
2018-08-29Make profiler.build_table() O(n) rather than O(n^2) (#10969)Richard Zou1-4/+4
2018-06-01Fix profiler crash when no events register (#8034)Ryan Brigden1-1/+4
2018-05-12Add FileNotFoundError to torch._six (#7524)Maxim Berman1-6/+1
2018-04-04[pytorch] minor fixes around binary builds (#6291)Soumith Chintala1-1/+1
2018-03-30Update autograd docs (#5907)Richard Zou1-1/+1
2018-03-17Fix nvprof parsing (#5840)li-roy1-1/+1
2018-01-23Removed redundant import re (#4826)Teng Li1-1/+0
2018-01-23 Fix missing import and enable test for profiler on Windows (#4522)peterjc1231-1/+2
2018-01-08Extract the finish check for profiler (#4519)Kaiyu Shi1-11/+11
2018-01-07Implement demangle in Windows (#4515)peterjc1231-2/+6
2017-12-28Fix undefined FileNotFoundError (#4384)Atabak Dehban1-0/+6
2017-12-05Use enabled in torch.autograd.profiler.emit_nvtx (#4032)Konstantin Lopuhin1-1/+1
2017-11-28CUDA mode profiler fixes (#3754)Zachary DeVito1-17/+42
2017-11-18fix elapsed_us spellingfolz1-1/+1
2017-11-16Add cudaEvent support to the profiler (#3734)Zachary DeVito1-44/+104
2017-11-10Expend autograd profiler docs (#3621)Adam Paszke1-5/+28
2017-11-09doc: Normalize all true/false in docstrings to ``True|False`` (#3593)Ozan Çağlayan1-2/+2
2017-11-06Add torch.autograd.profiler.rangeAdam Paszke1-0/+12
2017-10-25remove 'path' from key_averages headerAlexander Miller1-1/+1
2017-10-20Fix nvprof mode in autograd profilerAdam Paszke1-78/+117
2017-10-13Suggest key_averages by default, it's more useful.Edward Z. Yang1-1/+1
2017-10-03Limit number of demangler invocations in autograd profilerAdam Paszke1-1/+11
2017-09-25Add tools for autograd profilingAdam Paszke1-0/+398