aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/backend.cc
Commit message (Expand)AuthorAge
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* Remove the inter-op thread poolGravatar Sanjoy Das2018-04-26
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-13
* Automated g4 rollback of changelist 175252067Gravatar Peter Hawkins2017-11-11
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-10
* [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
* Minor cleanup: Add braces around if statement arms; remove redundant "return"...Gravatar A. Unique TensorFlower2017-06-06
* [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
* [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