Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aten.linear_backward meta registration needed for running resnet and bert with compiled autograd #114358

Closed
tbohutyn opened this issue Nov 22, 2023 · 0 comments
Labels
module: meta tensors triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@tbohutyn
Copy link
Contributor

tbohutyn commented Nov 22, 2023

🐛 Describe the bug

When running resnet or bert with compiled autograd I'm getting following error:
torch._subclasses.fake_tensor.UnsupportedOperatorException: aten.linear_backward.default

Versions

.

cc @ezyang @eellison @bdhirsh @crcrpar @mcarilli

@colesbury colesbury added triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module module: mta Issues related to multi-tensor apply kernels and foreach functions module: meta tensors and removed module: mta Issues related to multi-tensor apply kernels and foreach functions labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: meta tensors triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants