executorch
executorch copied to clipboard
Move exir.delegate to PyTorch core to enforce no out-of-tree HOPs
Summary: X-link: https://github.com/pytorch/pytorch/pull/132525
When HOPs live out of tree, it makes it impossible to make breaking changes to the HOP API. But HOP implementations are deeply entwined with PyTorch internals. Move the HOP into PyTorch tree so that changes are possible.
Differential Revision: D60674615