pytorch
e55f2718 - __torch_dispatch__: Populate kwargs dictionary with keyword-only arguments (#62822)

Commit
3 years ago
__torch_dispatch__: Populate kwargs dictionary with keyword-only arguments (#62822) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62822 This is BC breaking for people who were using the old integration, although only if you had been writing bindings for functions with keyword-only arguments (that includes functorch). Other than that, the patch was pretty straightforward. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: albanD Differential Revision: D30134552 Pulled By: ezyang fbshipit-source-id: a47f536fb030994a07c9386069b8f800ac86d731
Author
Parents
Loading