aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/allocation_tracker.cc
Commit message (Expand)AuthorAge
* [XLA] Cleanup: Make AllocationTracker::Resolve const.Gravatar A. Unique TensorFlower2018-10-09
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA] Make XLA's memory allocator return an owning smart pointer.Gravatar Justin Lebar2018-05-09
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Allocate and track memory in replicas separately.Gravatar A. Unique TensorFlower2018-03-05
* [XLA] Fix up some error messages to conform to XLA's error message style.Gravatar Eli Bendersky2018-02-28
* Remove unused namespace alias.Gravatar A. Unique TensorFlower2017-12-19
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* [XLA] Remove checks about Tupple allocation.Gravatar A. Unique TensorFlower2017-04-13
* [XLA] Move kPad from GpuElementalIrEmitter::MakeElementGenerator to Elemental...Gravatar David Majnemer2017-03-29
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* [XLA] TransferManager states if tuple elements have distinct buffers from tup...Gravatar A. Unique TensorFlower2017-03-15
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09