aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/xla_launch_util.cc
Commit message (Expand)AuthorAge
* Fix memory leaks of Var objects in the XlaCompileOnDemandOp and SnapshotResou...Gravatar Derek Murray2018-09-25
* Remove the "constants" input group from _XlaRun; NFCGravatar Sanjoy Das2018-09-24
* Split XlaLaunch into XlaCompile and XlaRun; NFCGravatar Sanjoy Das2018-09-20
* Return error message with illegal input rather than check-failing in op_kernel.Gravatar Jacques Pienaar2018-09-19
* Support returning resource handles from function in XLAGravatar Igor Ganichev2018-08-27
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 56e4ea405d13125a3dcb6459019a83d12330bf84Gravatar Peter Hawkins2018-08-13
* Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07Gravatar Peter Hawkins2018-08-10
* [TF:XLA] Add a real implementation of XlaDevice::Sync() so Session::Run() wil...Gravatar Peter Hawkins2018-08-09
* [XLA] Don't call into the allocator for 0 byte allocationsGravatar Sanjoy Das2018-07-23
* [SE,XLA] Switch to using multiple streams in xla_device_contextGravatar A. Unique TensorFlower2018-07-09
* [TF2XLA] Don't wrap single-output computations in a tuple and don't resolve c...Gravatar A. Unique TensorFlower2018-06-28
* Automated g4 rollback of changelist 196691101Gravatar Peter Hawkins2018-05-16
* Automated g4 rollback of changelist 196683444Gravatar Peter Hawkins2018-05-15
* [TF:XLA] Generalize existing support for keeping variables on an XLA device i...Gravatar Peter Hawkins2018-05-15
* [XLA] Make XLA's memory allocator return an owning smart pointer.Gravatar Justin Lebar2018-05-09
* [XLA] Make XlaAllocator obey retry_on_failure arg.Gravatar Justin Lebar2018-05-09
* Make eager functions runable on TPUGravatar Igor Ganichev2018-05-08
* Automated g4 rollback of changelist 195748721Gravatar A. Unique TensorFlower2018-05-08
* Make eager functions runable on TPUGravatar Igor Ganichev2018-05-07
* * Don't copy on-host and on-device shapes locally.Gravatar A. Unique TensorFlower2018-05-04
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* internal changeGravatar A. Unique TensorFlower2018-04-06
* Before this change, a Tensor contained a device pointer and a TensorInfoManag...Gravatar A. Unique TensorFlower2018-03-30
* Automated g4 rollback of changelist 189888700Gravatar A. Unique TensorFlower2018-03-21
* We were ValueOrDie()ing in one place, and TF_CHECK_OK()ing in another. Both s...Gravatar A. Unique TensorFlower2018-03-21
* Fix bugGravatar A. Unique TensorFlower2018-03-20
* Normally tf2xla (autoclustering, jit_scope and rewrite) rely on graph optimiz...Gravatar A. Unique TensorFlower2018-03-17
* [tf2xla] Introduce XlaTensorInfoGravatar A. Unique TensorFlower2018-03-16
* This creates a new helper, xla_launch_util, that contains the business logicGravatar A. Unique TensorFlower2018-03-08