aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/service.h
Commit message (Expand)AuthorAge
* [XLA] Remove replica count setting flag.Gravatar Eli Bendersky2017-07-21
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* [TF:XLA] Remove unneeded backend parameter in CreateModuleConfig.Gravatar Kay Zhu2017-07-10
* [XLA] Remove the "hlo dumper" parameter of xla::Compiler and its piping.Gravatar Eli Bendersky2017-06-27
* [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
* Add ComputationPlacer to assign device ids for replicated model-parallel comp...Gravatar HyoukJoong Lee2017-06-14
* [XLA] Teach Executable to do its own profiling (patch 4/4).Gravatar A. Unique TensorFlower2017-05-31
* [XLA] Teach Executable to do its own profiling (patch 3/4).Gravatar A. Unique TensorFlower2017-05-23
* [XLA] Teach Executable to do its own profiling (patch 1/4).Gravatar A. Unique TensorFlower2017-05-22
* [XLA] Remove the unused Transfer...InProcess() APIs.Gravatar Peter Hawkins2017-05-22
* [XLA:CPU] Prep work for thread-parallel XLA CPU backend.Gravatar A. Unique TensorFlower2017-05-12
* [XLA] Service::CreateModuleConfig should take the backend as a parameter, rat...Gravatar A. Unique TensorFlower2017-05-08
* [XLA] Remove LocalClient::ExecuteLocally(), in lieu of LocalClient::Compile()...Gravatar Peter Hawkins2017-03-07
* [XLA:GPU] Cache GPU substreams across executionsGravatar A. Unique TensorFlower2017-03-02
* Reorder service.h methods to group TransferTo* methods.Gravatar Brennan Saeta2017-03-02
* [XLA] Add support for profiling multiple computationsGravatar David Majnemer2017-03-01
* [XLA] Add basic outfeed support.Gravatar Jacques Pienaar2017-02-27
* Add bytes accessed to HLO profile output. Bytes accessed is a measure of the ...Gravatar Mark Heffernan2017-02-10
* [XLA] Move shape_with_output_layout and seed fields intoGravatar Justin Lebar2017-02-03
* [XLA] Rename CompilationOptions proto to ExecutionOptions.Gravatar Justin Lebar2017-02-03
* [XLA] Move fast-math flags into HLO module config.Gravatar Justin Lebar2017-01-31
* 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