You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull Request resolved: #10528
Take external NDM if it exists, otherwise internal.
Note: by default, xnnpack uses the named_data_map. Constants are not stored with the delegated blob anymore.
ghstack-source-id: 280808267
Differential Revision: [D73679710](https://our.internmc.facebook.com/intern/diff/D73679710/)
"NamedDataMap merge not supported; both pte_data_map and named_data_map are non-empty. If you see this error please file an issue at https://github.com/pytorch/executorch/issues");
818
+
819
+
if (named_data_map_items == 0) {
820
+
named_data_map = pte_data_map;
821
+
}
822
+
808
823
// n_delegate_ counts the number of successfully-initialized delegates for
809
824
// ~Method() to clean up, and is incremented at the bottom of the loop. This
810
825
// makes it safe for errors to return without updating any state.
0 commit comments