aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/compile_only_service.cc
Commit message (Expand)AuthorAge
* [XLA] Add hook for dump directory expansion.Gravatar Chris Leary2018-09-13
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Add AotCompilationMetadata field to variant of CompileAheadOfTime.Gravatar Jacques Pienaar2018-06-13
* [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] Redesign: Dump HloSnapshot in local service as well. And support replay...Gravatar A. Unique TensorFlower2018-05-02
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Redesign: support xla::XlaComputation in compile-only client and service.Gravatar A. Unique TensorFlower2018-04-17
* [XLA] Implement the whole graph execution interface and make a test use XlaBu...Gravatar A. Unique TensorFlower2018-03-25
* Track DebugOptions in AotCompilationOptionsGravatar Sanjoy Das2018-02-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
* Remove "hybrid" HloModuleConfig option. The option was used to generate execu...Gravatar Mark Heffernan2017-10-04
* Create XLA computations inside hostname-specific directory.Gravatar Vijay Vasudevan2017-09-22
* [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 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] Move replica_count out of Backend.Gravatar Eli Bendersky2017-06-20
* [XLA] Replace some XLA CPU compiler specific options by generic "debug options".Gravatar Eli Bendersky2017-06-12
* Remove unused namespace aliasesGravatar A. Unique TensorFlower2017-05-30
* [XLA] Make HloModule always have a config.Gravatar Eli Bendersky2017-05-24
* [XLA] Attach an HloModuleConfig to HloModule, obviating the need to pass them...Gravatar Eli Bendersky2017-05-18
* Refactor XLA's CompileAheadOfTime out of LocalClient into a new CompileOnlyCl...Gravatar A. Unique TensorFlower2017-05-05