-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Dedupe no parsing __torch_function__ handler #75159
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
Conversation
Now there is truly only one way to call __torch_function__ and that is via handle_torch_function_no_python_arg_parser Signed-off-by: Edward Z. Yang <[email protected]> [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 433f675 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Now there is truly only one way to call __torch_function__ and that is via handle_torch_function_no_python_arg_parser Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
Now there is truly only one way to call __torch_function__ and that is via handle_torch_function_no_python_arg_parser Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
Now there is truly only one way to call __torch_function__ and that is via handle_torch_function_no_python_arg_parser Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
@pytorchbot merge this |
Hey @ezyang. |
Summary: Now there is truly only one way to call __torch_function__ and that is via handle_torch_function_no_python_arg_parser Signed-off-by: Edward Z. Yang <ezyangfb.com> Pull Request resolved: #75159 Approved by: https://github.com/zou3519 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/e3848d75dfd41909d1a2885bf272d2588b25150f Reviewed By: atalman Differential Revision: D35359959 Pulled By: ezyang fbshipit-source-id: e9a4c01200d24a8ac486b1738b30cbdd6c1e91bf
Stack from ghstack (oldest at bottom):
Now there is truly only one way to call torch_function
and that is via handle_torch_function_no_python_arg_parser
Signed-off-by: Edward Z. Yang [email protected]