File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ print(prof.key_averages().table(sort_by="self_cpu_time_total"))
68
68
```
69
69
70
70
``` python
71
- ---------------------------------- - -------------- - -------------- - -------- -------
72
- Name Self CPU total CPU time avg Number of Calls CPU Mem
73
- ---------------------------------- - -------------- - -------------- - -------- -------
74
- mul 32. 048ms 32. 048ms 200 800 b
75
- pow 27. 041ms 27. 041ms 200 800 b
76
- PowBackward0 9 .727ms 55. 483ms 100
77
- torch::autograd::AccumulateGrad 9. 148ms 9. 148ms 100
78
- torch::autograd::GraphRoot 691. 816us 691. 816us 100
79
- ---------------------------------- - -------------- - -------------- - -------- -------
80
- ```
71
+ ---------- -------- - ------------ - -------------- - ------ -
72
+ Name Self CPU total CPU time avg Number of Calls CPU Mem
73
+ ---------- -------- - ------------ - -------------- - ------ -
74
+ mul 32. 048ms 32. 048ms 200 800 b
75
+ pow 27. 041ms 27. 041ms 200 800 b
76
+ PowBackward 09 .727ms 55. 483ms 100
77
+ torch::autograd::AccumulateGrad 9. 148ms 9. 148ms 100
78
+ torch::autograd::GraphRoot 691. 816us 691. 816us 100
79
+ ---------- -------- - ------------ - -------------- - ------ -
80
+ ```
81
81
82
82
* Design doc ([ Link] ( https://github.com/pytorch/pytorch/pull/37775 ) )
83
83
* Documentation ([ Link] ( https://pytorch.org/docs/stable/autograd.html#profiler ) )
You can’t perform that action at this time.
0 commit comments