Delete functorch C extension entirely. (#163340)

Signed-off-by: Edward Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/163340
Approved by: https://github.com/aorenste
ghstack dependencies: #160236
This commit is contained in:
Edward Yang
2025-09-21 03:17:46 +00:00
committed by PyTorch MergeBot
parent 4a96a6fa4a
commit 1faf6367e3
12 changed files with 0 additions and 4883 deletions

View File

@ -1391,10 +1391,6 @@ endif()
include(cmake/Summary.cmake)
caffe2_print_configuration_summary()
if(BUILD_FUNCTORCH)
add_subdirectory(functorch)
endif()
# Parse custom debug info
if(DEFINED USE_CUSTOM_DEBINFO)
string(REPLACE ";" " " SOURCE_FILES "${USE_CUSTOM_DEBINFO}")