aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_cse_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [TF:XLA] Convert bfloat16_propagation_test and hlo_cse_test to use the HLO ve...Gravatar Dimitris Vardoulakis2018-09-06
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Support while ops to be CSEd in HLO. Do so if they have same bodies, conditions,Gravatar A. Unique TensorFlower2018-07-21
* Teach HLO CSE about domain instructionsGravatar A. Unique TensorFlower2018-07-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* [XLA] Make HloCSE compare computationsGravatar Benjamin Kramer2018-05-15
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] Don't CSE instructions which have side-effectsGravatar David Majnemer2018-03-25
* Move MakeFakeLiteral from client/lib/testing.h to tests/test_utils.h. Also re...Gravatar Mark Heffernan2017-11-10
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Enable CSE for fusion computations.Gravatar A. Unique TensorFlower2017-09-20
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Switch HloTestBase-based tests to use new debug options flag.Gravatar Eli Bendersky2017-06-09
* Replaced user defined matchers by gmock matchers.Gravatar A. Unique TensorFlower2017-04-27
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09