aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/logical_buffer.cc
Commit message (Expand)AuthorAge
* [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
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Fix bugs in LogicalBuffer::ToString and BufferValue::ToProto: these functionsGravatar Jeremy Lau2018-05-04
* BufferValue is a new base class for LogicalBuffer and HloValue. This makes itGravatar Jeremy Lau2018-05-02
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* Eliminate HloInstruction::FullyQualifiedName().Gravatar A. Unique TensorFlower2017-07-05
* [XLA] Add support for logical buffer coloring.Gravatar A. Unique TensorFlower2017-06-09
* [XLA:HLO] Add buffer aliases to BufferAssignmentProto serialization.Gravatar A. Unique TensorFlower2017-05-26
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [XLA] Change PointsToAnalysis to (optionally) include loop fusion instructions.Gravatar A. Unique TensorFlower2017-02-13
* [TF:XLA] Change buffer assignment to combine temp buffers into one allocation.Gravatar A. Unique TensorFlower2017-02-07
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09