Commit b4043855 by Siva Committed by Tianqi Chen

[TVM][RUNTIME] dependencied update for ndarray. (#1431)

parent b5ff88b0
......@@ -17,6 +17,7 @@
#include "../src/runtime/dso_module.cc"
#include "../src/runtime/thread_pool.cc"
#include "../src/runtime/threading_backend.cc"
#include "../src/runtime/ndarray.cc"
#include "../src/runtime/graph/graph_runtime.cc"
......
......@@ -27,6 +27,7 @@
#include "../../src/runtime/file_util.cc"
#include "../../src/runtime/threading_backend.cc"
#include "../../src/runtime/thread_pool.cc"
#include "../../src/runtime/ndarray.cc"
// NOTE: all the files after this are optional modules
// that you can include remove, depending on how much feature you use.
......
......@@ -15,6 +15,7 @@
#include "../../src/runtime/registry.cc"
#include "../../src/runtime/file_util.cc"
#include "../../src/runtime/dso_module.cc"
#include "../../src/runtime/ndarray.cc"
// RPC server
#include "../../src/runtime/rpc/rpc_session.cc"
#include "../../src/runtime/rpc/rpc_server_env.cc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment