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
fix hccl
tags/v1.3.0
chuxing
4 years ago
parent
3a4d332a83
commit
d17aa4b32c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ge/hybrid/model/hybrid_model_builder.cc
+ 1
- 0
ge/hybrid/model/hybrid_model_builder.cc
View File
@@ -1097,6 +1097,7 @@ Status HybridModelBuilder::LoadTasks() {
}
if (node_item->node_type == PARTITIONEDCALL) {
ordered_partitioned_calls.emplace(node_item->node_id, node_item.get());
continue;
}
GE_CHK_STATUS_RET_NOLOG(LoadTask(*node_item));
}
Write
Preview
Loading…
Cancel
Save