aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/while_test.cc
Commit message (Expand)AuthorAge
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* [XLA] StatusOr testing macro TF_ASSIGN_OR_ASSERT_OK => TF_ASSERT_OK_AND_ASSIGNGravatar A. Unique TensorFlower2017-07-24
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* [XLA] Add tests for select ops and while loops that produce tuples that conta...Gravatar A. Unique TensorFlower2017-06-20
* Add while hlo test.Gravatar A. Unique TensorFlower2017-06-20
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Remove gpu/gpu_backend-specific flagsGravatar Eli Bendersky2017-06-16
* [XLA] Remove remaining flags from cpu_compiler_flagsGravatar Eli Bendersky2017-06-14
* [XLA] Replace some XLA CPU compiler specific options by generic "debug options".Gravatar Eli Bendersky2017-06-12
* [XLA] Flatten computation call graphGravatar A. Unique TensorFlower2017-04-14
* [XLA] Add test case for nested while loops.Gravatar Peter Hawkins2017-03-15
* [XLA] Remove LocalClient::ExecuteLocally(), in lieu of LocalClient::Compile()...Gravatar Peter Hawkins2017-03-07
* [XLA:GPU] Optimize UpdateDynamicSlice to update data in-place (when feasible)...Gravatar A. Unique TensorFlower2017-02-22
* [XLA] Move shape_with_output_layout and seed fields intoGravatar Justin Lebar2017-02-03
* [XLA] Rename CompilationOptions proto to ExecutionOptions.Gravatar Justin Lebar2017-02-03
* [XLA] Move fast-math flags into HLO module config.Gravatar Justin Lebar2017-01-31
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09