You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
def test_torch_ops_aten(self):
# Picked an op that doesn't show up in the default list
@torchdynamo.optimize("eager", nopython=True)
def fn(x):
return torch.ops.aten.absolute(x)
fn(torch.randn(3))
repro
I know how to fix this so I'm going to handle it