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 5
5
// LICENSE file in the root directory of this source tree.
6
6
7
7
#include < dlfcn.h>
8
+ #include < libgen.h>
8
9
#include < multipy/runtime/Exception.h>
9
10
#include < multipy/runtime/deploy.h>
10
11
#include < unistd.h>
Original file line number Diff line number Diff line change 7
7
#include < Python.h>
8
8
#include < c10/util/Exception.h>
9
9
#include < fmt/format.h>
10
+ #include < multipy/runtime/Exception.h>
10
11
#include < multipy/runtime/interpreter/builtin_registry.h>
11
12
12
13
namespace torch {
Original file line number Diff line number Diff line change 9
9
10
10
#define PY_SSIZE_T_CLEAN
11
11
#include < Python.h>
12
+ #include < fmt/format.h>
13
+ #include < multipy/runtime/Exception.h>
12
14
#include < multipy/runtime/interpreter/builtin_registry.h>
13
15
#include < multipy/runtime/interpreter/import_find_sharedfuncptr.h>
14
16
#include < multipy/runtime/interpreter/plugin_registry.h>
27
29
#include < thread>
28
30
29
31
namespace py = pybind11;
32
+ using namespace py ::literals;
30
33
31
34
// TODO this should come from cmake
32
35
#define DEBUG 1
Original file line number Diff line number Diff line change 9
9
#include < cstring>
10
10
11
11
#include < c10/util/irange.h>
12
+ #include < libgen.h>
12
13
#include < multipy/runtime/deploy.h>
13
14
#include < torch/script.h>
14
15
#include < torch/torch.h>
Original file line number Diff line number Diff line change 4
4
// This source code is licensed under the BSD-style license found in the
5
5
// LICENSE file in the root directory of this source tree.
6
6
7
+ #include < fmt/format.h>
7
8
#include < gtest/gtest.h>
8
9
#include < multipy/runtime/unity/tests/test_unity.h>
9
10
#include < multipy/runtime/unity/xar_environment.h>
Original file line number Diff line number Diff line change 4
4
// This source code is licensed under the BSD-style license found in the
5
5
// LICENSE file in the root directory of this source tree.
6
6
7
+ #include < fmt/format.h>
7
8
#include < gtest/gtest.h>
8
9
#include < multipy/runtime/unity/tests/test_unity.h>
9
10
#include < multipy/runtime/unity/xar_environment.h>
You can’t perform that action at this time.
0 commit comments