aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/shaped_buffer.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [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] Fix memory leak in ScopedShapedBuffer's move-assignment operator.Gravatar Justin Lebar2018-05-20
* [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
* Make conversions from ShapedBuffer <-> ScopedShapedBuffer efficient byGravatar A. Unique TensorFlower2018-02-15
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Enable transferring a tuple literal to a replicated device.Gravatar Mark Heffernan2017-12-04
* Add methods on TransferManager which transfer to/from device memory specified...Gravatar Mark Heffernan2017-11-16
* Automated g4 rollback of changelist 175571632Gravatar A. Unique TensorFlower2017-11-14
* Automated g4 rollback of changelist 175304150Gravatar A. Unique TensorFlower2017-11-13
* [TF:XLA] Add helper to append buffers to ShapedBuffer.Gravatar A. Unique TensorFlower2017-11-10
* For tuple-shaped data, change ShapedBuffer (an abstraction holding on-device ...Gravatar Mark Heffernan2017-09-26
* [XLA] Simplify Shape traversal visitors.Gravatar Mark Heffernan2017-06-06
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09