aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/instruction_fusion.cc
diff options
context:
space:
mode:
authorGravatar Jacques Pienaar <jpienaar@google.com>2018-04-18 21:15:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-18 21:18:35 -0700
commit1d003ee5f82d4d044323a3f162e6cfcf6d645346 (patch)
tree6cc32a695c30f8dbdfae4841e43ab8aeb8659728 /tensorflow/compiler/xla/service/instruction_fusion.cc
parentfd10bfb61ef6b1885c8fa2459522fa98305df703 (diff)
Initial addition of CLZ HLO
* Adds the HLO op and lowering on CPU/GPU/evaluator; * This does not update the operation semantics; PiperOrigin-RevId: 193461989
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 d69ad80bdb..b9ccfeddb5 100644
--- a/tensorflow/compiler/xla/service/instruction_fusion.cc
+++ b/tensorflow/compiler/xla/service/instruction_fusion.cc
@@ -39,6 +39,7 @@ namespace xla {
case HloOpcode::kBroadcast:
case HloOpcode::kCeil:
case HloOpcode::kClamp:
+ case HloOpcode::kClz:
case HloOpcode::kComplex:
case HloOpcode::kConcatenate:
case HloOpcode::kConstant: