Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiraichi committed Mar 5, 2024
1 parent 409eef7 commit c3bc422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dynamo/test_dynamo.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def foo(x):
def test_new_with_sizes(self):

def foo(x):
return x.new(*x.sizes()) + x
return x.new(*x.size()) + x

optfoo = torch.compile(backend="openxla")(foo)

Expand Down

0 comments on commit c3bc422

Please sign in to comment.