aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/service.h
Commit message (Expand)AuthorAge
* [XLA] Cleanup: Make AllocationTracker::Resolve const.Gravatar A. Unique TensorFlower2018-10-09
* [XLA] Add hook for dump directory expansion.Gravatar Chris Leary2018-09-13
* 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
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* Enable the natural layouts of the entry computation to flow into the paramete...Gravatar A. Unique TensorFlower2018-06-18
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [XLA] Redesign: delete computation_tracker and user_computation.Gravatar A. Unique TensorFlower2018-05-31
* [XLA] Redesign: delete the old service interface.Gravatar A. Unique TensorFlower2018-05-30
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Redesign: implement XlaBuilder::IsConstant, XlaBuidler::BuildConstantSu...Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Remove a dead function and a stale todo.Gravatar A. Unique TensorFlower2018-04-05
* [XLA] Redesign: implement ExecuteGraphParallel.Gravatar A. Unique TensorFlower2018-04-02
* [XLA] Redesign: add the rest of client-service interfaces.Gravatar A. Unique TensorFlower2018-03-28
* [XLA] Redesign: implement local client and local service interface.Gravatar A. Unique TensorFlower2018-03-25
* Prepare the XLA and TF code to correctly behave once automatic device placeme...Gravatar A. Unique TensorFlower2018-03-25
* [XLA] Implement the whole graph execution interface and make a test use XlaBu...Gravatar A. Unique TensorFlower2018-03-25
* [XLA] Add a whole graph execution interface.Gravatar A. Unique TensorFlower2018-03-09
* [XLA] Allocate and track memory in replicas separately.Gravatar A. Unique TensorFlower2018-03-05
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* [XLA] Add source mapping utility translation unit, use it in the local client.Gravatar Chris Leary2018-01-25
* [XLA] Add xla_dump_prepass_hlo_proto_to debug flagGravatar Nick Desaulniers2018-01-19
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* [TF:XLA] Clean up unused XLA options and functions.Gravatar A. Unique TensorFlower2017-11-10
* Add profiling support to Service::ExecuteParallel.Gravatar A. Unique TensorFlower2017-11-06
* Extend the ExecuteParallel service interface to allow multiple devices per co...Gravatar A. Unique TensorFlower2017-10-13
* Remove "hybrid" HloModuleConfig option. The option was used to generate execu...Gravatar Mark Heffernan2017-10-04
* [TF:XLA] Use HloEvaluator for ComputeConstant, remove the need of a dedicatedGravatar Kay Zhu2017-08-10
* [XLA] Refactor CreateModuleConfig to share code between multiple call-sites.Gravatar Eli Bendersky2017-07-31
* Remove XLA Client::ExecuteAsync API.Gravatar Justin Lebar2017-07-28
* [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