Skip to content

Commit ec5af40

Browse files
frgossenmeta-codesync[bot]
authored andcommitted
Fix typos and grammar errors in comments and docstrings (#181989)
Summary: Correct minor typos across several files: wrong pronouns ("it" vs "if"), subject-verb agreement ("functions" vs "function", "methods" vs "method"), redundant words ("are is"), and plural consistency ("these cases", "these values"). Authored with Claude (typo_terminator2). X-link: pytorch/pytorch#181989 Approved by: https://github.com/Lucaskabela Reviewed By: wdvr Differential Revision: D103613749 fbshipit-source-id: 91ced6d4891e5692af650677e4eb9e77f311a3ca
1 parent 7fdfb11 commit ec5af40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • userbenchmark/dynamo/dynamobench/_dynamo

userbenchmark/dynamo/dynamobench/_dynamo/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3479,8 +3479,8 @@ def to_tensor(t: Any) -> torch.Tensor:
34793479

34803480
def get_multiplier() -> float:
34813481
# In some particular cases, we expect high difference in results.
3482-
# At the moment one of this cases is inductor freezing bfloat16 convolution const folding.
3483-
# In case of it the res_error is at least one order of magnitude higher.
3482+
# At the moment one of these cases is inductor freezing bfloat16 convolution const folding.
3483+
# In this case, the res_error is at least one order of magnitude higher.
34843484
if force_max_multiplier:
34853485
return 10.0
34863486
# In the case of using AMP (Automatic Mixed Precision), certain models have

0 commit comments

Comments
 (0)