aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_rematerialization_test.cc
Commit message (Expand)AuthorAge
* [TF:XLA] Migrate unit tests to use the HLO verifier (only tests where the con...Gravatar Dimitris Vardoulakis2018-09-10
* 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] Enable better fusion-operand sharing in copy elision.Gravatar A. Unique TensorFlower2018-07-20
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Automated g4 rollback of changelist 203171335Gravatar A. Unique TensorFlower2018-07-03
* [TF:XLA] Run copy insertion with HLO scheduling and rematerialization.Gravatar A. Unique TensorFlower2018-07-03
* Automated g4 rollback of changelist 200309129Gravatar A. Unique TensorFlower2018-06-13
* Automated g4 rollback of changelist 200292049Gravatar A. Unique TensorFlower2018-06-12
* PUBLIC: [TF:XLA] Eliminate more copies after HLO scheduling.Gravatar A. Unique TensorFlower2018-06-12
* [TF:XLA] Fix invalid HLO graph in hlo_rematerialization_test.Gravatar A. Unique TensorFlower2018-06-07
* [XLA] Make HLO memory schedulers pluggable. Introduce a typedef MemorySchedul...Gravatar Peter Hawkins2018-03-20
* [XLA] Remove RNG_BERNOULLIGravatar David Majnemer2018-01-03
* [XLA] Add a flag to control the HLO scheduling algorithm choice.Gravatar Chris Leary2017-12-15
* [XLA] Mark Rng as side-effecting and add a rematerialization test to ensure t...Gravatar Blake Hechtman2017-12-05
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* [XLA] StatusOr testing macro TF_ASSIGN_OR_ASSERT_OK => TF_ASSERT_OK_AND_ASSIGNGravatar A. Unique TensorFlower2017-07-24
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* 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
* 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
* Use hlo_matchers in more tests.Gravatar Justin Lebar2017-05-05
* Update rematerialization to account for buffer aliasing in memory tracking.Gravatar Mark Heffernan2017-04-26
* [XLA] Rematerialize subcomputations.Gravatar Mark Heffernan2017-03-24
* Add HLO rematerialization transformation to reduce memory usage.Gravatar Mark Heffernan2017-02-10