[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.

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-05-28 13:40:21 -07:00
committed by PyTorch MergeBot
parent 0d0058d90d
commit 515c19a385
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
]