File tree Expand file tree Collapse file tree 6 files changed +8
-0
lines changed Expand file tree Collapse file tree 6 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55// LICENSE file in the root directory of this source tree.
66
77#include < dlfcn.h>
8+ #include < libgen.h>
89#include < multipy/runtime/Exception.h>
910#include < multipy/runtime/deploy.h>
1011#include < unistd.h>
Original file line number Diff line number Diff line change 77#include < Python.h>
88#include < c10/util/Exception.h>
99#include < fmt/format.h>
10+ #include < multipy/runtime/Exception.h>
1011#include < multipy/runtime/interpreter/builtin_registry.h>
1112
1213namespace torch {
Original file line number Diff line number Diff line change 99
1010#define PY_SSIZE_T_CLEAN
1111#include < Python.h>
12+ #include < fmt/format.h>
13+ #include < multipy/runtime/Exception.h>
1214#include < multipy/runtime/interpreter/builtin_registry.h>
1315#include < multipy/runtime/interpreter/import_find_sharedfuncptr.h>
1416#include < multipy/runtime/interpreter/plugin_registry.h>
2729#include < thread>
2830
2931namespace py = pybind11;
32+ using namespace py ::literals;
3033
3134// TODO this should come from cmake
3235#define DEBUG 1
Original file line number Diff line number Diff line change 99#include < cstring>
1010
1111#include < c10/util/irange.h>
12+ #include < libgen.h>
1213#include < multipy/runtime/deploy.h>
1314#include < torch/script.h>
1415#include < torch/torch.h>
Original file line number Diff line number Diff line change 44// This source code is licensed under the BSD-style license found in the
55// LICENSE file in the root directory of this source tree.
66
7+ #include < fmt/format.h>
78#include < gtest/gtest.h>
89#include < multipy/runtime/unity/tests/test_unity.h>
910#include < multipy/runtime/unity/xar_environment.h>
Original file line number Diff line number Diff line change 44// This source code is licensed under the BSD-style license found in the
55// LICENSE file in the root directory of this source tree.
66
7+ #include < fmt/format.h>
78#include < gtest/gtest.h>
89#include < multipy/runtime/unity/tests/test_unity.h>
910#include < multipy/runtime/unity/xar_environment.h>
You can’t perform that action at this time.
0 commit comments