mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Add register_frozenpython.cpp to the torch::deploy interpreter library in the OSS build
[ghstack-poisoned]
This commit is contained in:
parent
6c22b96082
commit
c11e1d7108
|
|
@ -88,6 +88,7 @@ add_library(torch_python_static STATIC $<TARGET_OBJECTS:torch_python_obj>)
|
|||
set(INTERPRETER_LIB_SOURCES
|
||||
${INTERPRETER_DIR}/interpreter_impl.cpp
|
||||
${INTERPRETER_DIR}/builtin_registry.cpp
|
||||
${INTERPRETER_DIR}/register_frozenpython.cpp
|
||||
${INTERPRETER_DIR}/import_find_sharedfuncptr.cpp
|
||||
${FROZEN_FILES}
|
||||
${LINKER_SCRIPT}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user