Skip to content

Commit

Permalink
Update on "[dynamo] Support range_iterator as a function input"
Browse files Browse the repository at this point in the history
Fixes #138654

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames rec

[ghstack-poisoned]
  • Loading branch information
anijain2305 committed Oct 23, 2024
2 parents 0440dd5 + c805367 commit e6d10a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/dynamo/test_repros.py
Original file line number Diff line number Diff line change
Expand Up @@ -6170,8 +6170,7 @@ def fn(x, y):

self.assertEqual(ref, res)

# listcomp bytecode is optimized for 3.12
@skipIfPy312("listcomp bytecode is optimized")
@skipIfPy312 # listcomp bytecode is optimized
def test_listcomp(self):
class Module(torch.nn.Module):
def __init__(self):
Expand Down

0 comments on commit e6d10a4

Please sign in to comment.