aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/compiler.h
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Introduce and use a BufferInfo class.Gravatar Sanjoy Das2018-08-10
* Add interface in Compiler for computing the default backend configuration of ...Gravatar Bjarke Hammersholt Roune2018-06-19
* Add AotCompilationMetadata field to variant of CompileAheadOfTime.Gravatar Jacques Pienaar2018-06-13
* [XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.Gravatar Justin Lebar2018-05-31
* Add interfaces to Compiler that are sufficient to implement a backend-indepen...Gravatar Bjarke Hammersholt Roune2018-05-22
* BufferValue is a new base class for LogicalBuffer and HloValue. This makes itGravatar Jeremy Lau2018-05-02
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* Misc typo fixes in the XLA sources and docs.Gravatar Dimitris Vardoulakis2018-03-25
* Track DebugOptions in AotCompilationOptionsGravatar Sanjoy Das2018-02-26
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* Add a Compiler::BuildExecutable interface that compiles the given Hlo module ...Gravatar A. Unique TensorFlower2017-11-17
* Use a static "linker initialized" tensorflow::mutex when possible.Gravatar Sanjoy Das2017-11-15
* Extend the ExecuteParallel service interface to allow multiple devices per co...Gravatar A. Unique TensorFlower2017-10-13
* [XLA] Remove the "hlo dumper" parameter of xla::Compiler and its piping.Gravatar Eli Bendersky2017-06-27
* [XLA] Teach Executable to do its own profiling (patch 2/4).Gravatar A. Unique TensorFlower2017-05-22
* [XLA] Teach Executable to do its own profiling (patch 1/4).Gravatar A. Unique TensorFlower2017-05-22
* [XLA] Attach an HloModuleConfig to HloModule, obviating the need to pass them...Gravatar Eli Bendersky2017-05-18
* [XLA] Change TODO(leary) to TODO(b/...)Gravatar A. Unique TensorFlower2017-03-28
* Add bytes accessed to HLO profile output. Bytes accessed is a measure of the ...Gravatar Mark Heffernan2017-02-10
* [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