未验证 提交 03cb3132 编写于 作者: W wanghuancoder 提交者: GitHub

fix cmaklist for new executor (#35137)

* fix cmaklist for new executor, test=develop

* refine, test=develop

* refine, test=develop
上级 9e54209d
cc_library(interpretercore SRCS interpretercore.cc DEPS operator op_registry executor ${GLOB_OP_LIB} ${GLOB_OPERATOR_DEPS} ${PYBIND_DEPS} profiler)
cc_library(standalone_executor SRCS standalone_executor.cc DEPS interpretercore operator op_registry executor ${GLOB_OP_LIB} ${GLOB_OPERATOR_DEPS} ${PYBIND_DEPS} profiler)
cc_library(interpretercore SRCS interpretercore.cc DEPS op_registry
device_context scope framework_proto data_feed_proto heter_service_proto trainer_desc_proto glog
lod_rank_table fs shell fleet_wrapper heter_wrapper ps_gpu_wrapper box_wrapper lodtensor_printer feed_fetch_method
graph_to_program_pass variable_helper timer monitor)
cc_library(standalone_executor SRCS standalone_executor.cc DEPS interpretercore)
cc_library(workqueue SRCS workqueue.cc)
cc_test(workqueue_test SRCS workqueue_test.cc DEPS workqueue)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册