aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/backend.h
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* Remove the inter-op thread poolGravatar Sanjoy Das2018-04-26
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Move replica_count out of Backend.Gravatar Eli Bendersky2017-06-20
* Add ComputationPlacer to assign device ids for replicated model-parallel comp...Gravatar HyoukJoong Lee2017-06-14
* [XLA] Guard stream pool with mutex.Gravatar Jacques Pienaar2017-05-31
* [XLA] Remove stream priming from BackendGravatar Eli Bendersky2017-05-24
* [XLA:CPU] Prep work for thread-parallel XLA CPU backend.Gravatar A. Unique TensorFlower2017-05-12
* [XLA:GPU] Cache GPU substreams across executionsGravatar A. Unique TensorFlower2017-03-02
* [TF:XLA] Silence a number of compiler warnings, in particular warnings repeat...Gravatar Peter Hawkins2017-02-27
* [XLA] Use `Pool<se::Stream>` as stream cache in backend, and use smart pointe...Gravatar A. Unique TensorFlower2017-02-15
* Clarify ResetDevice operates on all devices associated with backend.Gravatar Jacques Pienaar2017-01-11
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09