!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
$<BUILD_INTERFACE:intf_pub>
msprofiler
static_mmpa
-Wl,--no-as-needed
ge_common
runtime
slog
mmpa
graph
register
error_manager
ascend_hal_stub
ascend_protobuf
c_sec
-Wl,--as-needed

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

Loading…
Cancel
Save