aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/executable.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
* New XLA API to launch a program.Gravatar Yunxing Dai2018-08-29
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* Add interface in Compiler for computing the default backend configuration of ...Gravatar Bjarke Hammersholt Roune2018-06-19
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* [XLA] Redesign: dump HloSnapshot at the point where it used to dump the Sessi...Gravatar A. Unique TensorFlower2018-04-30
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* [XLA] Redesign: implement XlaComputation::Snapshot, and Client::LoadSnapshot.Gravatar A. Unique TensorFlower2018-04-21
* [XLA] Redesign: implement DumpToDirectory for the HloSession.Gravatar A. Unique TensorFlower2018-04-20
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Remove some dead code from Executable.Gravatar A. Unique TensorFlower2018-03-29
* [TF:XLA] Replace most of HloProfilePrinter by a protocol bufferGravatar Sanjoy Das2018-01-24
* Minor cleanup, now that there's a single Executable::ExecuteOnStream method.Gravatar A. Unique TensorFlower2017-12-20
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* Rename Stream::BlockHostUntilDoneWithStatus to BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-13
* Use BlockHostUntilDoneWithStatus in various places.Gravatar A. Unique TensorFlower2017-12-11
* [XLA] Don't call timer->Nanoseconds() on a not-ok stream.Gravatar Justin Lebar2017-12-11
* Place HloProfilePrinter and HloProfileIndexMap in ExecutableGravatar Sanjoy Das2017-11-22
* Split up HloExecutionProfile into a set of re-usable componentsGravatar Sanjoy Das2017-11-13
* Add profiling support to Service::ExecuteParallel.Gravatar A. Unique TensorFlower2017-11-06
* Add more `const`s to xla::Executable. No functional change.Gravatar A. Unique TensorFlower2017-09-27
* Allow cost estimates to differ per backend and include the estimates into the...Gravatar Bjarke Hammersholt Roune2017-07-31
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* Add equality test function.Gravatar A. Unique TensorFlower2017-07-13
* [XLA] Move HLO dumping flags from service_flags to debug_options_flagsGravatar Eli Bendersky2017-06-26
* [XLA] Teach Executable to do its own profiling (patch 4/4).Gravatar A. Unique TensorFlower2017-05-31
* [XLA] Make HloModule always have a config.Gravatar Eli Bendersky2017-05-24
* [XLA] Teach Executable to do its own profiling (patch 3/4).Gravatar A. Unique TensorFlower2017-05-23
* [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
* [XLA] Add support for dumping computations during CompileAheadOfTime. Remove ...Gravatar Peter Hawkins2017-03-15
* [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] Add has_module_config.Gravatar Jacques Pienaar2017-01-18
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09