We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e4726 commit 74b196aCopy full SHA for 74b196a
recipes_source/recipes/profiler_recipe.py
@@ -126,7 +126,7 @@
126
######################################################################
127
# Here we see that, as expected, most of the time is spent in convolution (and specifically in ``mkldnn_convolution``
128
# 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
+# Note the difference between self cpu time and cpu time - operators can call other operators, self cpu time excludes time
130
# spent in children operator calls, while total cpu time includes it. You can choose to sort by the self cpu time by passing
131
# ``sort_by="self_cpu_time_total"`` into the ``table`` call.
132
#
0 commit comments