aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/executable.cc
Commit message (Expand)AuthorAge
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-24
* Automated rollback of commit f8044c89287b1d90510ceace4b53ec94abaffa50Gravatar A. Unique TensorFlower2018-07-12
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-12
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-28
* Add interface in Compiler for computing the default backend configuration of ...Gravatar Bjarke Hammersholt Roune2018-06-19
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* [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
* Check for errors returned by ExecuteOnStream before callingGravatar A. Unique TensorFlower2018-03-30
* Decoupling hash and protobuf. This simplifies a little bit the dependency cha...Gravatar A. Unique TensorFlower2018-03-08
* [TF:XLA] Replace most of HloProfilePrinter by a protocol bufferGravatar Sanjoy Das2018-01-24
* [XLA] Clean up our handling of ExecutionProfile and add a test caseGravatar Sanjoy Das2018-01-10
* 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] Deterministically dump an executable.Gravatar Yunxing Dai2017-10-18
* Support --xla_dump_ir_to for the GPU backendGravatar Sanjoy Das2017-10-02
* When dumping XLA computations, use RecursivelyCreateDir instead of CreateDir.Gravatar A. Unique TensorFlower2017-08-02
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* [XLA] Move HLO dumping flags from service_flags to debug_options_flagsGravatar Eli Bendersky2017-06-26
* [XLA] Add an option to set the "generate HLO graph" regex without a flag.Gravatar Eli Bendersky2017-05-31
* Extend filename sanitizer to cover '[' and ']'.Gravatar A. Unique TensorFlower2017-05-26
* [XLA] Teach Executable to do its own profiling (patch 3/4).Gravatar A. Unique TensorFlower2017-05-23
* [XLA] Move kPad from GpuElementalIrEmitter::MakeElementGenerator to Elemental...Gravatar David Majnemer2017-03-29
* [XLA] Add support for dumping computations during CompileAheadOfTime. Remove ...Gravatar Peter Hawkins2017-03-15
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* [XLA:GPU] Cache GPU substreams across executionsGravatar A. Unique TensorFlower2017-03-02
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09