8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc2976 commit 28df14aCopy full SHA for 28df14a
test/dynamo/test_repros.py
@@ -7179,12 +7179,12 @@ def func(a):
7179
def test_module_attribute_error(self):
7180
@torch.compile(backend="eager")
7181
def f1(x):
7182
- return torch.smoge(x)
+ return torch._bar(x)
7183
7184
7185
def f2(x):
7186
try:
7187
7188
except AttributeError:
7189
return x + 1
7190
0 commit comments