executorch icon indicating copy to clipboard operation
executorch copied to clipboard

Move exir.delegate to PyTorch core to enforce no out-of-tree HOPs

Open ezyang opened this issue 6 months ago • 3 comments

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

ezyang avatar Aug 02 '24 16:08 ezyang