Revert "[BE] Cleanup old ExecuTorch codegen and runtime code (#154165)"

This reverts commit 515c19a3856e953c0fe23a0ed4fa844f8eea34d8.

Reverted https://github.com/pytorch/pytorch/pull/154165 on behalf of https://github.com/seemethere due to This is failing when attempting to test against executorch main internally, author has acknowledged that this should be reverted ([comment](https://github.com/pytorch/pytorch/pull/154165#issuecomment-2931489616))
This commit is contained in:
PyTorch MergeBot
2025-06-02 16:28:46 +00:00
parent 981bdb39ca
commit 67067512a1
43 changed files with 5091 additions and 1 deletions

View File

@ -272,6 +272,10 @@ select = [
"F401",
"F403",
]
"torchgen/executorch/api/types/__init__.py" = [
"F401",
"F403",
]
"torch/utils/collect_env.py" = [
"UP", # collect_env.py needs to work with older versions of Python
]