Skip to content

Commit a35e1c0

Browse files
authored
Update 2020-7-20-pytorch-1.6-released.md
1 parent d2a3609 commit a35e1c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_posts/2020-7-20-pytorch-1.6-released.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ print(prof.key_averages().table(sort_by="self_cpu_time_total"))
6868
```
6969

7070
```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+
```
8181

8282
* Design doc ([Link](https://github.com/pytorch/pytorch/pull/37775))
8383
* Documentation ([Link](https://pytorch.org/docs/stable/autograd.html#profiler))

0 commit comments

Comments
 (0)