aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/local_service.h
Commit message (Expand)AuthorAge
* 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
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [XLA] Redesign: delete the old service interface.Gravatar A. Unique TensorFlower2018-05-30
* [XLA] Switch replay_computation to use LocalClient.Gravatar Justin Lebar2018-05-30
* [XLA] Redesign: implement local client and local service interface.Gravatar A. Unique TensorFlower2018-03-25
* [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] Expose replicas via local client API.Gravatar Chris Leary2018-01-04
* 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] Remove unused factory in local_serviceGravatar Eli Bendersky2017-06-21
* [XLA] Move replica_count out of Backend.Gravatar Eli Bendersky2017-06-20
* [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
* [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] 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