aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/local_service.cc
Commit message (Expand)AuthorAge
* [XLA] Remove dead "in-client" code.Gravatar Mark Heffernan2017-06-21
* [XLA] Remove unused factory in local_serviceGravatar Eli Bendersky2017-06-21
* [XLA] Move replica_count out of Backend.Gravatar Eli Bendersky2017-06-20
* [XLA:CPU] Thread-parallel CPU backend (work in progress).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Remove gpu/gpu_backend-specific flagsGravatar Eli Bendersky2017-06-16
* Add ComputationPlacer to assign device ids for replicated model-parallel comp...Gravatar HyoukJoong Lee2017-06-14
* [XLA] Simplify Shape traversal visitors.Gravatar Mark Heffernan2017-06-06
* [XLA:CPU] Prep work for thread-parallel XLA CPU backend.Gravatar A. Unique TensorFlower2017-05-12
* [XLA] Improve the documentation of our service/client classes a bitGravatar Eli Bendersky2017-05-11
* Refactor XLA's CompileAheadOfTime out of LocalClient into a new CompileOnlyCl...Gravatar A. Unique TensorFlower2017-05-05
* Set hlo_profile on module_config if xla_hlo_profile flag is given.Gravatar Jacques Pienaar2017-03-21
* [XLA] Add support for dumping computations during CompileAheadOfTime. Remove ...Gravatar Peter Hawkins2017-03-15
* [XLA] Remove LocalClient::ExecuteLocally(), in lieu of LocalClient::Compile()...Gravatar Peter Hawkins2017-03-07
* [TF:XLA] Remove support for client-allocated result buffers.Gravatar Peter Hawkins2017-03-07
* [XLA:GPU] Cache GPU substreams across executionsGravatar A. Unique TensorFlower2017-03-02
* [XLA] Properly version outfeed and send operations in UserComputation.Gravatar Mark Heffernan2017-02-21
* [XLA] Use `Pool<se::Stream>` as stream cache in backend, and use smart pointe...Gravatar A. Unique TensorFlower2017-02-15
* Set the enable_hlo_profiling flag in HloModuleConfig.Gravatar HyoukJoong Lee2017-02-08
* [XLA] Remove superfluous ConsumeValueOrDie() call in LocalService::CompileAhe...Gravatar Peter Hawkins2017-01-18
* [XLA] Add support for multiple computations to CompileAheadOfTime.Gravatar Peter Hawkins2017-01-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09