aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_ordering_test.cc
Commit message (Expand)AuthorAge
* [HloOrdering] Make parameter always defined before other instructions.Gravatar Yunxing Dai2018-09-30
* Make scheduling and rematerialization HLO passes.Gravatar Mark Heffernan2018-09-08
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [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
* [XLA] Fix points-to set calculation in HLO ListScheduler.Gravatar Peter Hawkins2018-03-17
* Fix the HLO alias analysis and copy insertion to cope with the new kCondition...Gravatar A. Unique TensorFlower2018-03-15
* [XLA] Pass the module to HloDataflowAnalysis by const reference.Gravatar Michael Kuperstein2018-02-16
* [XLA] Fix crash in HloOrdering::ToString().Gravatar Justin Lebar2018-01-24
* Add liveness_util functions which use dataflow analysis. Also make the analys...Gravatar Mark Heffernan2017-09-18
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Rollback update-ability of dataflow and alias analysis added in cl/164923041 ...Gravatar Mark Heffernan2017-09-01
* [XLA] StatusOr testing macro TF_ASSIGN_OR_ASSERT_OK => TF_ASSERT_OK_AND_ASSIGNGravatar A. Unique TensorFlower2017-07-24
* [XLA:HLO] Move sequence functions from hlo_ordering.h to hlo_scheduling.h.Gravatar A. Unique TensorFlower2017-06-21
* [XLA] Add live range interference querying to dataflow analysis.Gravatar Mark Heffernan2017-06-19
* 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
* [XLA:HLO] Run HeapSimulator on whole-module if all computations are sequential.Gravatar A. Unique TensorFlower2017-05-02
* [XLA] Make HLO ordering module-scoped.Gravatar Mark Heffernan2017-04-28
* Break out HloOrdering classes into separate files.Gravatar Mark Heffernan2017-01-25