History log of /external/tensorflow/tensorflow/compiler/xla/tests/deep_graph_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ddd8e21b7c1d23bf80ddf0141b44e168c17647f3 27-Jul-2017 Eli Bendersky <eliben@google.com> [XLA] Consolidate all similar main()s in tests into a single target.

PiperOrigin-RevId: 163354724
/external/tensorflow/tensorflow/compiler/xla/tests/deep_graph_test.cc
e6a45475735ee8a31c7d6c8e28e9164cda7d1853 29-Jun-2017 Eli Bendersky <eliben@google.com> [XLA] Move the flag from user_computation_flags into debug_options_flags

This requires some plumbing in user_computation to pipe the debug options
through a few layers.

PiperOrigin-RevId: 160459822
/external/tensorflow/tensorflow/compiler/xla/tests/deep_graph_test.cc
a7c36173cabcc1289a836e8143accb5f0914b19a 14-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Use a non-recursive DFS in HloInstruction::Accept to avoid stack
overflow on deep graphs

Even with this fix, we don't finish compiling the exact test case from
b/38494745 in a reasonable amount of time (we spend a lot of time
inside HloInstruction::FusionReusesParamElements::ComputeInternal, for
instance), so I've used a smaller graph depth for now to avoid timing
out the test.

PiperOrigin-RevId: 159026595
/external/tensorflow/tensorflow/compiler/xla/tests/deep_graph_test.cc