From 9712b297b76804aea3a9dd2319d47d824e7378dd Mon Sep 17 00:00:00 2001 From: wangxiaotian22 Date: Mon, 25 Jan 2021 14:46:36 +0800 Subject: [PATCH 1/3] move end_task after assignadd on iterator_loop case --- ge/graph/build/task_generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/build/task_generator.cc b/ge/graph/build/task_generator.cc index c9ff1914..b6a75ef4 100644 --- a/ge/graph/build/task_generator.cc +++ b/ge/graph/build/task_generator.cc @@ -676,7 +676,7 @@ Status TaskGenerator::AutoFindBpOpIndex(const ComputeGraphPtr &graph, ProfilingP } } 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); GELOGI("Iter end name %s, idx %u, from Node_Output_IteratorCtrl_StreamSwitch_StreamActive", op_desc->GetName().c_str(), current_idx); From d8db67d06f51038bfd59f91b194df9d70669c047 Mon Sep 17 00:00:00 2001 From: wangxiaotian22 Date: Mon, 25 Jan 2021 16:10:13 +0800 Subject: [PATCH 2/3] add metadef update --- metadef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadef b/metadef index 98a7ac86..a8d10389 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit 98a7ac86170097104a94d72b64bd1a8644c5b3c5 +Subproject commit a8d10389f1295b29baec40144c6d6887fb10097d From c72ba8ad666e719814f2d646bb4cb9076cfa223c Mon Sep 17 00:00:00 2001 From: wangxiaotian22 Date: Mon, 25 Jan 2021 16:17:05 +0800 Subject: [PATCH 3/3] parser update --- parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser b/parser index 55cdc9af..13245307 160000 --- a/parser +++ b/parser @@ -1 +1 @@ -Subproject commit 55cdc9afc7a476258cd512ca7b5fb36e78f3dc50 +Subproject commit 13245307e9bb85929313d3a9dfe8d341acb7aba9