aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_module_group_metadata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_module_group_metadata.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_module_group_metadata.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_module_group_metadata.cc b/tensorflow/compiler/xla/service/hlo_module_group_metadata.cc
index eed0112f62..fa5dcb0b36 100644
--- a/tensorflow/compiler/xla/service/hlo_module_group_metadata.cc
+++ b/tensorflow/compiler/xla/service/hlo_module_group_metadata.cc
@@ -216,6 +216,7 @@ Status HloModuleGroupMetadata::RecordInstructions() {
channels_.emplace_back();
channels_.back().id = hlo->channel_id();
channel_id_map_[hlo->channel_id()] = channels_.size() - 1;
+ max_channel_id_ = std::max(max_channel_id_, hlo->channel_id());
}
Channel& channel = channels_[channel_id_map_[hlo->channel_id()]];