This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
ff426e17b1
ad66e1fead
commit
1caf6d8f30
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
ge/executor/CMakeLists.txt
+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:
Write
Preview
Loading…
Cancel
Save