aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/buffer_liveness.cc
Commit message (Expand)AuthorAge
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Change 2 CHECK in BufferLiveness::live_range_strictly_before to DCHECKGravatar A. Unique TensorFlower2018-08-24
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* Move DoesNotUseOperandBuffer and CanShareOperandBufferWithUser fromGravatar Jeremy Lau2018-05-16
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* Bug fix in buffer assignment for colocated buffersGravatar HyoukJoong Lee2018-02-08
* Automated g4 rollback of changelist 179552496Gravatar HyoukJoong Lee2018-01-04
* Automated g4 rollback of changelist 179506342Gravatar HyoukJoong Lee2017-12-19
* Changed the buffer liveness such that the buffers pointed to by the rootGravatar HyoukJoong Lee2017-12-18
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* Add liveness_util functions which use dataflow analysis. Also make the analys...Gravatar Mark Heffernan2017-09-18
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* [XLA] Make logical buffer coloring run on output of points-to analysis.Gravatar A. Unique TensorFlower2017-06-27
* [XLA] Add live range interference querying to dataflow analysis.Gravatar Mark Heffernan2017-06-19
* [XLA] Add support for logical buffer coloring.Gravatar A. Unique TensorFlower2017-06-09
* [XLA] Internal change.Gravatar A. Unique TensorFlower2017-05-17
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-05-10
* [XLA:HLO] Change BufferLiveness so entry params interfere with everything.Gravatar A. Unique TensorFlower2017-04-18
* Internal change.Gravatar A. Unique TensorFlower2017-03-29
* 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
* [XLA] BufferLiveness: eliminate false interference between loop fusion instru...Gravatar A. Unique TensorFlower2017-02-15
* [XLA] Change BufferLiveness to allow operand buffer sharing for fused Dynamic...Gravatar A. Unique TensorFlower2017-02-14
* Break out HloOrdering classes into separate files.Gravatar Mark Heffernan2017-01-25
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09