aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instructions.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-15 16:04:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-15 16:07:40 -0700
commit6c3c766dcabff3b5fa41dbfd491c9e8062a77b07 (patch)
tree744fa2bc46e9b446e5645bd4b6962ce641898fd6 /tensorflow/compiler/xla/service/hlo_instructions.cc
parente5945c00148186808e337b4946cf0fa6460f6803 (diff)
[XLA] Enable the semantic for cross-modeul AllReduce.
PiperOrigin-RevId: 204670087
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_instructions.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_instructions.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_instructions.cc b/tensorflow/compiler/xla/service/hlo_instructions.cc
index f333c489ed..702f808449 100644
--- a/tensorflow/compiler/xla/service/hlo_instructions.cc
+++ b/tensorflow/compiler/xla/service/hlo_instructions.cc
@@ -291,8 +291,6 @@ HloAllReduceInstruction::HloAllReduceInstruction(
replica_group_ids_(replica_group_ids.begin(), replica_group_ids.end()),
cross_replica_sum_barrier_(barrier.begin(), barrier.end()),
all_reduce_id_(all_reduce_id) {
- // TODO(b/79737069): Remove the CHECK when supported.
- CHECK(!all_reduce_id_);
for (auto operand : operands) {
AppendOperand(operand);
}