aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/instruction_fusion.cc
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2017-10-25 15:50:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-25 15:56:19 -0700
commit8087e67252bca4075e59ab75023826dae23dfb74 (patch)
tree0cd1cd5b4d6f0887a47dd40df3b998f36037f57f /tensorflow/compiler/xla/service/instruction_fusion.cc
parentdf299e1a0c91f50acf4868c7bb3e0ea93b52db7b (diff)
[XLA] Remove dead kUpdate opcode.
PiperOrigin-RevId: 173462881
Diffstat (limited to 'tensorflow/compiler/xla/service/instruction_fusion.cc')
-rw-r--r--tensorflow/compiler/xla/service/instruction_fusion.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/instruction_fusion.cc b/tensorflow/compiler/xla/service/instruction_fusion.cc
index 7e46d79ba4..0271f41697 100644
--- a/tensorflow/compiler/xla/service/instruction_fusion.cc
+++ b/tensorflow/compiler/xla/service/instruction_fusion.cc
@@ -105,7 +105,6 @@ namespace xla {
case HloOpcode::kSort:
case HloOpcode::kTanh:
case HloOpcode::kTrace:
- case HloOpcode::kUpdate:
case HloOpcode::kWhile:
case HloOpcode::kSend:
case HloOpcode::kRecv: