functorch
functorch copied to clipboard
Delete monkeypatching
https://github.com/pytorch/functorch/blob/main/functorch/_src/monkey_patching.py
This is a holdover from our early prototype days.
It makes us not composable with other libraries (see https://github.com/pytorch/torchdynamo/issues/440)
https://github.com/pytorch/functorch/pull/901 deletes the cross_entropy monkey patch. The other monkeypatches need some work in PyTorch core
Merged