aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/local_service.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 string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* 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] Add an unoptimized HLO output flag to ExecutableBuildOptions and to the...Gravatar Roy Frostig2018-06-01
* [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
* Expose xla_disable_hlo_passes via ExecutableBuildOptions.Gravatar Sanjoy Das2018-05-30
* [XLA] Switch replay_computation to use LocalClient.Gravatar Justin Lebar2018-05-30
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Redesign: implement local client and local service interface.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] Only overwrite the hlo_profiling flag when it's not enabled by default.Gravatar Benjamin Kramer2018-03-22
* [XLA] Plumb hlo dump options via local client.Gravatar Chris Leary2018-03-20
* [XLA:python] Plumb hlo_profile flag.Gravatar Chris Leary2018-03-16
* [XLA] Plumb build options via local API.Gravatar Chris Leary2018-01-30
* [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 source mapping support to SWIG API.Gravatar Chris Leary2018-01-17
* [XLA] Expose replicas via local client API.Gravatar Chris Leary2018-01-04
* 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
* Remove "hybrid" HloModuleConfig option. The option was used to generate execu...Gravatar Mark Heffernan2017-10-04
* Add methods to convert between Literals and ShapedBuffers to LocalClient. The...Gravatar Mark Heffernan2017-09-21
* [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
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* [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