aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/xla_device_context.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit f22037abf5a6f4581f5fb6013f72f91747f22965Gravatar A. Unique TensorFlower2018-10-04
* Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Memory ordering is enforced by streams, we don't need to block TensorFlow's e...Gravatar A. Unique TensorFlower2018-08-24
* Don't access XLA literal after it has been freedGravatar Igor Ganichev2018-08-22
* Internal changeGravatar A. Unique TensorFlower2018-08-21
* 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
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* 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
* [SE,XLA] Switch to using multiple streams in xla_device_contextGravatar A. Unique TensorFlower2018-07-09
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* Merge commit for internal changesGravatar Gunhan Gulsoy2018-07-02
|\
| * [TF:XLA] Change the return type of ShapeRepresentationFn from TensorShape to ...Gravatar A. Unique TensorFlower2018-06-29
* | [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-28
| * Automated g4 rollback of changelist 202292422Gravatar A. Unique TensorFlower2018-06-28
| * [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-27
|/
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* [TF:XLA] Add direct implementation of AssignVariableOp for XLA devices.Gravatar Peter Hawkins2018-05-25
* [TF:XLA] Avoid buffer copy when copying a Tensor onto an XLA device.Gravatar Peter Hawkins2018-05-24
* Add a method XlaTensor:ReleaseShapedBuffer() to relinquish the shaped buffer ...Gravatar Peter Hawkins2018-05-23
* 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
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* 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
* 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
* Rename Stream::BlockHostUntilDoneWithStatus to BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-13
* Use BlockHostUntilDoneWithStatus in various places.Gravatar A. Unique TensorFlower2017-12-11
* Merge the implementations of XlaLocalLaunch and XlaDeviceLaunch.Gravatar A. Unique TensorFlower2017-09-19
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Switch open-source to use jemalloc for CPU Tensor memory allocation, gRPC, an...Gravatar Jonathan Hseu2017-01-11
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09