Skip to content

Commit 74b196a

Browse files
isameerSvetlana Karslioglu
andauthored
Fix typo in profiler recipe (#1931)
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 46e4726 commit 74b196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/profiler_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
######################################################################
127127
# Here we see that, as expected, most of the time is spent in convolution (and specifically in ``mkldnn_convolution``
128128
# for PyTorch compiled with MKL-DNN support).
129-
# Note the difference between self cpu time and cpu time - operators can call other operators, self cpu time exludes time
129+
# Note the difference between self cpu time and cpu time - operators can call other operators, self cpu time excludes time
130130
# spent in children operator calls, while total cpu time includes it. You can choose to sort by the self cpu time by passing
131131
# ``sort_by="self_cpu_time_total"`` into the ``table`` call.
132132
#

0 commit comments

Comments
 (0)