Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes_source/recipes/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def batched_dot_bmm(a, b):
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# While ``timeit.Timer.autorange`` takes a single continuous measurement
# of at least 0.2 seconds, `torch.utils.benchmark.blocked_autorange`
# of at least 0.2 seconds, `torch.utils.benchmark.Timer.blocked_autorange`
# takes many measurements whose times total at least 0.2 seconds (which
# can be changed by the `min_run_time` parameter) subject to the constraint
# that timing overhead is a small fraction of the overall measurement.
Expand Down
Loading