aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/instruction_fusion.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-11-15 19:58:36 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-15 20:02:55 -0800
commit4916c64836d5f51d6b8878f429bc1622c465fcdf (patch)
treeadb5b4770853321f441c4bfe29ba3aa8a42fdada /tensorflow/compiler/xla/service/instruction_fusion.cc
parentfa15669fefdbe7e9a26ac2dd00bc7ce469ca60e1 (diff)
[XLA] Adding kConditional opcode that represents a conditional HLO instruction.
PiperOrigin-RevId: 175919301
Diffstat (limited to 'tensorflow/compiler/xla/service/instruction_fusion.cc')
-rw-r--r--tensorflow/compiler/xla/service/instruction_fusion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/instruction_fusion.cc b/tensorflow/compiler/xla/service/instruction_fusion.cc
index dea47b1fd7..de4804996f 100644
--- a/tensorflow/compiler/xla/service/instruction_fusion.cc
+++ b/tensorflow/compiler/xla/service/instruction_fusion.cc
@@ -92,6 +92,7 @@ namespace xla {
case HloOpcode::kBatchNormInference:
case HloOpcode::kBatchNormGrad:
case HloOpcode::kCall:
+ case HloOpcode::kConditional:
case HloOpcode::kConvolution:
case HloOpcode::kCrossReplicaSum:
case HloOpcode::kCustomCall: