Skip to content

Commit 9fb3ef3

Browse files
committed
Update on "solve duplicate dependency issues to unblock pybinding backend migration"
This diff creates different namespace for Module and BundledModule under different mode (aten or portable) to hacky solve the duplicated symbol issues in D73564127 since the their are too many complex dependency issues to solve, and lots of users are asking for pybinding backend migration. In the future this impl should be replaced by shim-like layers. Differential Revision: [D76405701](https://our.internmc.facebook.com/intern/diff/D76405701/) [ghstack-poisoned]
2 parents ce571f6 + 8a5fdf7 commit 9fb3ef3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/pybindings/pybindings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ using ::executorch::ET_RUNTIME_NAMESPACE::get_registered_kernels;
9393
using ::executorch::ET_RUNTIME_NAMESPACE::Kernel;
9494
using ::executorch::ET_RUNTIME_NAMESPACE::Method;
9595
using ::executorch::ET_RUNTIME_NAMESPACE::Program;
96-
using ::executorch::extension::ET_BUNDLED_MODULE_NAMESPACE::BundledModule;
9796
using ::executorch::extension::BufferDataLoader;
9897
using ::executorch::extension::MallocMemoryAllocator;
9998
using ::executorch::extension::MmapDataLoader;

0 commit comments

Comments
 (0)