Browse Source

!1011 move end_task after assignadd on iterator_loop case

From: @wangxiaotian22
Reviewed-by: @xchu42,@wqtshg,@xchu42
Signed-off-by: @ji_chen,@startzgf168,@ji_chen
pull/1011/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
145d6a97d6
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      ge/graph/build/task_generator.cc
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

+ 1
- 1
ge/graph/build/task_generator.cc View File

@@ -676,7 +676,7 @@ Status TaskGenerator::AutoFindBpOpIndex(const ComputeGraphPtr &graph, ProfilingP
} }
} }
if (graph->GetNeedIteration()) { if (graph->GetNeedIteration()) {
if (op_desc->GetName() == NODE_NAME_NET_OUTPUT + '_' + NODE_NAME_STREAM_SWITCH + "_StreamActive") {
if (op_desc->GetName() == NODE_NAME_FLOWCTRL_LOOP_ASSIGNADD) {
profiling_point.end_index.insert(current_idx); profiling_point.end_index.insert(current_idx);
GELOGI("Iter end name %s, idx %u, from Node_Output_IteratorCtrl_StreamSwitch_StreamActive", GELOGI("Iter end name %s, idx %u, from Node_Output_IteratorCtrl_StreamSwitch_StreamActive",
op_desc->GetName().c_str(), current_idx); op_desc->GetName().c_str(), current_idx);


+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 98a7ac86170097104a94d72b64bd1a8644c5b3c5
Subproject commit a8d10389f1295b29baec40144c6d6887fb10097d

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 55cdc9afc7a476258cd512ca7b5fb36e78f3dc50
Subproject commit 13245307e9bb85929313d3a9dfe8d341acb7aba9

Loading…
Cancel
Save