提交 52a0be7b 编写于 作者: D dongdaxiang

add mct into CMakeLists.txt

上级 4798a8c7
...@@ -186,7 +186,6 @@ endif() ...@@ -186,7 +186,6 @@ endif()
######################################################################################## ########################################################################################
include(external/mklml) # download mklml package include(external/mklml) # download mklml package
include(external/pslib) # download mklml package
include(external/xbyak) # download xbyak package include(external/xbyak) # download xbyak package
include(external/libxsmm) # download, build, install libxsmm include(external/libxsmm) # download, build, install libxsmm
include(external/zlib) # download, build, install zlib include(external/zlib) # download, build, install zlib
...@@ -217,6 +216,9 @@ include(external/warpctc) # download, build, install warpctc ...@@ -217,6 +216,9 @@ include(external/warpctc) # download, build, install warpctc
include(cupti) include(cupti)
include(external/gzstream) include(external/gzstream)
endif (NOT WIN32) endif (NOT WIN32)
include(external/libmct)
include(external/pslib_brpc)
include(external/pslib)
if(WITH_DISTRIBUTE) if(WITH_DISTRIBUTE)
if(WITH_GRPC) if(WITH_GRPC)
...@@ -277,6 +279,7 @@ set(EXTERNAL_LIBS ...@@ -277,6 +279,7 @@ set(EXTERNAL_LIBS
protobuf protobuf
zlib zlib
${PYTHON_LIBRARIES} ${PYTHON_LIBRARIES}
pslib
) )
if(WITH_AMD_GPU) if(WITH_AMD_GPU)
......
...@@ -40,6 +40,9 @@ class AsyncExecutor { ...@@ -40,6 +40,9 @@ class AsyncExecutor {
const int thread_num, const int thread_num,
const std::vector<std::string>& fetch_names, const std::vector<std::string>& fetch_names,
const bool debug = false); const bool debug = false);
void ConfigServer() {}
void ConfigWorker() {}
void StartServer() {}
private: private:
void CreateThreads(ExecutorThreadWorker* worker, void CreateThreads(ExecutorThreadWorker* worker,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册