aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/xla_compilation_cache.cc
Commit message (Expand)AuthorAge
* Move out-params to end of argument list and add an out_ prefix; NFCGravatar Sanjoy Das2018-10-03
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Make logging less verboseGravatar Sanjoy Das2018-09-05
* Make compile_options a mandatory const-ref argument.Gravatar Sanjoy Das2018-08-24
* VLOG(1) some compilation stats on a compile.Gravatar Sanjoy Das2018-08-06
* Simplify logic in XlaCompilationCache::CompileImplGravatar Sanjoy Das2018-08-02
* Pass the device ordinal to use for execution to the XLA compiler forGravatar A. Unique TensorFlower2018-07-31
* 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
* [TF:XLA] Remove underscore prefix from XlaLaunch operator.Gravatar Peter Hawkins2018-05-18
* Normally tf2xla (autoclustering, jit_scope and rewrite) rely on graph optimiz...Gravatar A. Unique TensorFlower2018-03-17
* This creates a new helper, xla_launch_util, that contains the business logicGravatar A. Unique TensorFlower2018-03-08
* [TF:XLA] Improve/refactor the handling of resource types/shapes.Gravatar Peter Hawkins2018-02-02
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* Automated g4 rollback of changelist 181553949Gravatar A. Unique TensorFlower2018-01-16
* Automated g4 rollback of changelist 181548597Gravatar A. Unique TensorFlower2018-01-10
* Automated g4 rollback of changelist 181260801Gravatar A. Unique TensorFlower2018-01-10
* Automated g4 rollback of changelist 181243048Gravatar A. Unique TensorFlower2018-01-08
* [TF:XLA] Pass CompileOptions into XlaCompilationCache::Compile.Gravatar A. Unique TensorFlower2018-01-08
* [TF:XLA] Remove unused class XlaLocalRuntimeContext and related member variab...Gravatar A. Unique TensorFlower2017-12-01
* [TF:XLA] Clean up unused XLA options and functions.Gravatar A. Unique TensorFlower2017-11-10
* Remove unnecessary XlaCompiler object.Gravatar Sanjoy Das2017-09-26
* Add some logging to indicate misses in the XLA compilation cache.Gravatar Sanjoy Das2017-09-21
* [TF:XLA] Simplify XlaCompiler API. Unconditionally builds an XLA computation,...Gravatar Peter Hawkins2017-09-20
* [TF:XLA] Simplify XlaCompiler API by moving XlaCompiler::BuildExecutable() in...Gravatar Peter Hawkins2017-09-18
* [TF:XLA] Cleanups to handling of arguments during XLA compilation:Gravatar Peter Hawkins2017-09-12
* [TF:XLA] Use xla::Shape instead of TensorShape for representing argument/reso...Gravatar Peter Hawkins2017-07-10
* [TF:XLA] Refactor handling of Resources (Variables and TensorArrays) in the X...Gravatar Peter Hawkins2017-06-16
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* [TF:XLA] Add function compilation cache.Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Make the function library a constructor-time option to XlaCompiler, ...Gravatar Peter Hawkins2017-05-11
* [TF:XLA] Split options that pertain to an individual call to XlaCompiler::Com...Gravatar Peter Hawkins2017-05-10
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09