diff --git a/ge/executor/CMakeLists.txt b/ge/executor/CMakeLists.txt index 56c8efd4..cf66eabe 100644 --- a/ge/executor/CMakeLists.txt +++ b/ge/executor/CMakeLists.txt @@ -250,15 +250,14 @@ target_link_options(ge_executor_shared PRIVATE target_link_libraries(ge_executor_shared PRIVATE $ 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 diff --git a/ge/hybrid/executor/node_state.h b/ge/hybrid/executor/node_state.h index ef348a69..84a52abd 100644 --- a/ge/hybrid/executor/node_state.h +++ b/ge/hybrid/executor/node_state.h @@ -30,7 +30,7 @@ class NodeTask; struct GraphExecutionContext; class SubgraphContext; class TaskContext; -class NodeState; +struct NodeState; class ShapeFuture { public: