Browse Source

!1147 Fix bug of ge_executor.

From: @zhao_zhixuan
Reviewed-by: @xchu42,@wqtshg
Signed-off-by: @wqtshg
tags/v1.2.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
1caf6d8f30
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      ge/executor/CMakeLists.txt
  2. +1
    -1
      ge/hybrid/executor/node_state.h

+ 1
- 2
ge/executor/CMakeLists.txt View File

@@ -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


+ 1
- 1
ge/hybrid/executor/node_state.h View File

@@ -30,7 +30,7 @@ class NodeTask;
struct GraphExecutionContext;
class SubgraphContext;
class TaskContext;
class NodeState;
struct NodeState;

class ShapeFuture {
public:


Loading…
Cancel
Save