Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiraichi committed Apr 3, 2024
1 parent d42a5bd commit 52fa414
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 @@ -573,7 +573,7 @@ class DynamoOperationsTests(test_utils.XlaTestCase):
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 52fa414

Please sign in to comment.