Browse Source

mult batch

tags/v1.2.0
wjm 4 years ago
parent
commit
a658c30e40
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/graph/build/stream_graph_optimizer.cc

+ 0
- 1
ge/graph/build/stream_graph_optimizer.cc View File

@@ -73,7 +73,6 @@ bool StreamGraphOptimizer::IsSameStreamIdOrBatchLabel(const ComputeGraphPtr &com

GELOGD("Node %s in subgraph %s stream id: %ld, node num: %zu", cur_node->GetName().c_str(),
comp_graph->GetName().c_str(), stream_id, comp_graph->GetDirectNodesSize());
stream_set.insert(stream_id);
}
if (stream_set.size() > 1 || label_set.size() > 1) {
GELOGI("Nodes of graph: %s have different stream id or batch_label, node num: %zu, different stream num: %zu.",


Loading…
Cancel
Save