!1147 Fix bug of ge_executor.

From: @zhao_zhixuan
Reviewed-by: @xchu42,@wqtshg
Signed-off-by: @wqtshg
pull/1147/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 1caf6d8f30

@ -250,15 +250,14 @@ target_link_options(ge_executor_shared PRIVATE
target_link_libraries(ge_executor_shared PRIVATE target_link_libraries(ge_executor_shared PRIVATE
$<BUILD_INTERFACE:intf_pub> $<BUILD_INTERFACE:intf_pub>
msprofiler msprofiler
static_mmpa
-Wl,--no-as-needed -Wl,--no-as-needed
ge_common ge_common
runtime runtime
slog slog
mmpa
graph graph
register register
error_manager error_manager
ascend_hal_stub
ascend_protobuf ascend_protobuf
c_sec c_sec
-Wl,--as-needed -Wl,--as-needed

@ -30,7 +30,7 @@ class NodeTask;
struct GraphExecutionContext; struct GraphExecutionContext;
class SubgraphContext; class SubgraphContext;
class TaskContext; class TaskContext;
class NodeState; struct NodeState;
class ShapeFuture { class ShapeFuture {
public: public:

Loading…
Cancel
Save