aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/heap_simulator.cc
Commit message (Expand)AuthorAge
* [TF:XLA] Improve the accounting for subcomputations in the heap simulator.Gravatar Dimitris Vardoulakis2018-10-03
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Avoid recursion in global decreasing size best-fit heap.Gravatar Yuanzhong Xu2018-09-25
* [XLA] Add a global decreasing size best-fit buffer allocation algorithm, whic...Gravatar Yuanzhong Xu2018-09-21
* 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] Handle some of the buffer aliasing across computations in HeapSimula...Gravatar Dimitris Vardoulakis2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Enable multioutput fusion opearnd buffer reuse.Gravatar Yunxing Dai2018-06-21
* [TF:XLA] Account for subcomputations in heap simulator during scheduling.Gravatar Dimitris Vardoulakis2018-06-14
* [TF:XLA] Move methods MinimumMemoryFor... from hlo_scheduling to heap_simulator.Gravatar Dimitris Vardoulakis2018-06-12
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* Update HeapSimulator to use BufferValue.Gravatar Jeremy Lau2018-05-11
* [XLA] GTE of a certain element of the tuple does not need not keep other elem...Gravatar Michael Kuperstein2018-02-26
* Automated g4 rollback of changelist 185623948Gravatar A. Unique TensorFlower2018-02-16
* Automated g4 rollback of changelist 185598764Gravatar A. Unique TensorFlower2018-02-13
* Wire in support for XLA kConditional instruction.Gravatar A. Unique TensorFlower2018-02-13
* Changed the heap simulator to allow it to be configured about whether to issu...Gravatar A. Unique TensorFlower2018-01-30
* Add liveness_util functions which use dataflow analysis. Also make the analys...Gravatar Mark Heffernan2017-09-18
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* Various compiler speedups. Improves compilation of an image model fromGravatar Jeffrey A. Dean2017-08-04
* Sped up TuplePointsToAnalysis module by consolidating three hashGravatar Jeffrey A. Dean2017-08-03
* Speed up HeapSimulator's UniqueOperandSourceBuffers.Gravatar Justin Lebar2017-07-11
* [XLA] Add live range interference querying to dataflow analysis.Gravatar Mark Heffernan2017-06-19
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [XLA] Internal change.Gravatar A. Unique TensorFlower2017-05-17
* [XLA:HLO] Run HeapSimulator on whole-module if all computations are sequential.Gravatar A. Unique TensorFlower2017-05-02
* [XLA:HLO] Ensure Copy never reuses its operand buffer.Gravatar A. Unique TensorFlower2017-04-24
* Refactor logic from buffer_liveness to use in HeapSimulator.Gravatar A. Unique TensorFlower2017-03-14
* [XLA] Replace uses of std::set with std::vector.Gravatar Mark Heffernan2017-03-10
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02