aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_parser_test.cc
diff options
context:
space:
mode:
authorGravatar David Majnemer <majnemer@google.com>2018-08-28 13:56:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-28 14:01:14 -0700
commit96de2f020130fc0afbcc5087b520aa46ced5b5af (patch)
tree759a2b4d58448a1cd816a3b84979dc6d40d36467 /tensorflow/compiler/xla/service/hlo_parser_test.cc
parent9c1f14322484e44a93b77619ffd2e24b9b7a9b1d (diff)
[XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semantics
This extends the Iota HLO to have a broadcast field. This allows for higher rank kIota operations. PiperOrigin-RevId: 210600435
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_parser_test.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_parser_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_parser_test.cc b/tensorflow/compiler/xla/service/hlo_parser_test.cc
index b1ef288b8e..ba07ec432e 100644
--- a/tensorflow/compiler/xla/service/hlo_parser_test.cc
+++ b/tensorflow/compiler/xla/service/hlo_parser_test.cc
@@ -1116,7 +1116,7 @@ ENTRY CollectivePermute {
R"(HloModule iota
ENTRY Iota {
- ROOT iota = f32[100]{0} iota()
+ ROOT iota = f32[100]{0} iota(), iota_dimension=0
}
)"