mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
2
setup.py
2
setup.py
@ -699,6 +699,8 @@ class build_ext(setuptools.command.build_ext.build_ext):
|
||||
)
|
||||
if cmake_cache_vars["USE_LIGHTWEIGHT_DISPATCH"]:
|
||||
report("-- Using lightweight dispatch")
|
||||
if cmake_cache_vars["BUILD_EXECUTORCH"]:
|
||||
report("-- Building Executorch")
|
||||
|
||||
if cmake_cache_vars["USE_ITT"]:
|
||||
report("-- Using ITT")
|
||||
|
Reference in New Issue
Block a user