aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/heap_simulator_test.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::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Add a global decreasing size best-fit buffer allocation algorithm, whic...Gravatar Yuanzhong Xu2018-09-21
* [TF:XLA] Migrate unit tests to use the HLO verifier (only tests where the con...Gravatar Dimitris Vardoulakis2018-09-10
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* 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
* Update HeapSimulator to use BufferValue.Gravatar Jeremy Lau2018-05-11
* BufferValue is a new base class for LogicalBuffer and HloValue. This makes itGravatar Jeremy Lau2018-05-02
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [XLA] GTE of a certain element of the tuple does not need not keep other elem...Gravatar Michael Kuperstein2018-02-26
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Add flag parsing to more tests in xla/service specifically those which buildGravatar Mark Heffernan2017-09-12
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* [XLA] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Add support for logical buffer coloring.Gravatar A. Unique TensorFlower2017-06-09
* [XLA:HLO] Run HeapSimulator on whole-module if all computations are sequential.Gravatar A. Unique TensorFlower2017-05-02
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02