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

Summary: These files are added to pytorch/pytorch before ExecuTorch is
opensourced. Now is a good time to remove it from pytorch/pytorch, since
the code is moved to pytorch/executorch already.

Test Plan: Rely on CI jobs.

Differential Revision: [D75985423](https://our.internmc.facebook.com/intern/diff/D75985423)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/154165
Approved by: https://github.com/kimishpatel, https://github.com/Skylion007, https://github.com/cyyever
This commit is contained in:
Mengwei Liu
2025-06-06 13:56:43 -07:00
committed by PyTorch MergeBot
parent da1f8980df
commit 386aa72003
43 changed files with 1 additions and 5091 deletions

View File

@ -272,10 +272,6 @@ 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
]