aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/xla.proto
Commit message (Expand)AuthorAge
* Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* Add a flag to crash on cuDNN cross checking failures.Gravatar Tim Shen2018-08-16
* [XLA] Split CPU and GPU fastmath into separate flags.Gravatar Justin Lebar2018-08-13
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Delete deprecated protos.Gravatar A. Unique TensorFlower2018-06-08
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [XLA:GPU] Add infrastructure for unrolling kernels to improve bandwidth utili...Gravatar Benjamin Kramer2018-04-10
* [XLA] Redesign: implement XlaBuilder::IsConstant, XlaBuidler::BuildConstantSu...Gravatar A. Unique TensorFlower2018-04-09
* Automated g4 rollback of changelist 191605505Gravatar Tony Wang2018-04-05
* Automated g4 rollback of changelist 191527251Gravatar Tony Wang2018-04-04
* [TF:XLA] Add INTEL_MKL_ML MatMul method to XLA/CPU backendGravatar Tony Wang2018-04-03
* [XLA] Redesign: add the rest of client-service interfaces.Gravatar A. Unique TensorFlower2018-03-28
* [XLA] Add a whole graph execution interface.Gravatar A. Unique TensorFlower2018-03-09
* [TF:XLA] Add xla_dump_per_pass_hlo_proto_to flag and rename xla_dump_hlo_prot...Gravatar Nick Desaulniers2018-01-29
* [XLA] Add xla_dump_prepass_hlo_proto_to debug flagGravatar Nick Desaulniers2018-01-19
* [XLA:GPU] Implement BatchNormThunk as a call into cudnn.Gravatar Justin Lebar2017-12-21
* Allow assigning colors based on HLO sharding information, when generating Gra...Gravatar A. Unique TensorFlower2017-11-13
* Previously if ComputeConstant seen a parameter it failed to proceed.Gravatar A. Unique TensorFlower2017-11-07
* XLA refactoringGravatar A. Unique TensorFlower2017-10-20
* Extend the ExecuteParallel service interface to allow multiple devices per co...Gravatar A. Unique TensorFlower2017-10-13
* Add debug flag to disable expensive LLVM optimization passes.Gravatar A. Unique TensorFlower2017-08-28
* [XLA] Add reduce-precision-insertion pass options to address operation inputs.Gravatar A. Unique TensorFlower2017-08-28
* [XLA] Refactor reduce-precision-insertion filters, add several more options.Gravatar A. Unique TensorFlower2017-08-24
* [TF:XLA] Use HloEvaluator for ComputeConstant, remove the need of a dedicatedGravatar Kay Zhu2017-08-10
* Show layouts in HLO graph dump.Gravatar Justin Lebar2017-07-31
* [XLA] Teach CPU and GPU compilers to optionally invoke the HLO insert-reduce-...Gravatar A. Unique TensorFlower2017-07-25
* [XLA] Move the flag from stream_assignment_flags into DebugOptionsGravatar Eli Bendersky2017-07-19
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* Make ClientLibraryTestBase able to test all layouts for all input arguments.Gravatar A. Unique TensorFlower2017-07-11
* Dump LLVM IR to disk (when asked to) as individual files, and not a singleGravatar A. Unique TensorFlower2017-07-10
* Make ClientLibraryTestBase able to test all combinations of output layouts.Gravatar A. Unique TensorFlower2017-07-06
* [TF:XLA] Remove flag --xla_enable_buffer_reuse.Gravatar A. Unique TensorFlower2017-07-06
* [XLA] Propagate debug_options in ComputationStatsRequestGravatar Eli Bendersky2017-07-06
* [XLA] Move the flag from buffer_assignment_flags to debug_options_flagsGravatar Eli Bendersky2017-06-29
* [XLA] Move the flag from user_computation_flags into debug_options_flagsGravatar Eli Bendersky2017-06-28
* [XLA] Move remaining hlo graph dumper flags into debug_options.Gravatar Eli Bendersky2017-06-28
* [XLA] Move HLO dumping flags from service_flags to debug_options_flagsGravatar Eli Bendersky2017-06-26
* Add a few diagnostic flags to help narrow down issues with the LLVMGravatar A. Unique TensorFlower2017-06-23
* [XLA] Remove unused xla_cpu flag and move another to DebugOptions.Gravatar Eli Bendersky2017-06-23
* [XLA] Remove unused flags and move debugging flag to debug options.Gravatar Eli Bendersky2017-06-22
* [XLA] Remove gpu/gpu_backend-specific flagsGravatar Eli Bendersky2017-06-16
* [XLA] Remove remaining flags from cpu_compiler_flagsGravatar Eli Bendersky2017-06-14
* [XLA] Move the disable_fast_math option into DebugOptions, rename to xla_enab...Gravatar Eli Bendersky2017-06-13
* [XLA] Replace some XLA CPU compiler specific options by generic "debug options".Gravatar Eli Bendersky2017-06-12
* [XLA] Add xla_disable_hlo_passes to DebugOptionsGravatar Eli Bendersky2017-06-06
* Introduce new class Literal to replace protobuf Literal.Gravatar A. Unique TensorFlower2017-06-01
* [XLA] Add an option to set the "generate HLO graph" regex without a flag.Gravatar Eli Bendersky2017-05-31
* [XLA] Remove the unused Transfer...InProcess() APIs.Gravatar Peter Hawkins2017-05-22
* [XLA] Add basic outfeed support.Gravatar Jacques Pienaar2017-02-27
* [XLA] Move shape_with_output_layout and seed fields intoGravatar Justin Lebar2017-02-03