aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/xla_device.cc
Commit message (Expand)AuthorAge
* Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* Internal change.Gravatar A. Unique TensorFlower2018-09-20
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Fix a race condition in XlaLocalLaunchBase.Gravatar Sanjoy Das2018-08-29
* Reduce the overhead of invoking an OpKernel when tracing is not enabled.Gravatar Derek Murray2018-08-26
* [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
* Ensure XlaDevice discards failed streams from its DeviceContext.Gravatar Todd Wang2018-08-06
* [SE,XLA] Switch to using multiple streams in xla_device_contextGravatar A. Unique TensorFlower2018-07-09
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Automated g4 rollback of changelist 196691101Gravatar Peter Hawkins2018-05-16
* Removed C++ ABSL includes from tensorflow/core and tensorflow/compiler.Gravatar A. Unique TensorFlower2018-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
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Remove StreamExecutorUtil::ConvertStatus.Gravatar Justin Lebar2018-04-25
* Don't Ref() XlaDeviceContext unnecessarily.Gravatar Igor Ganichev2018-04-23
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Support executing ops eagerly through XLAGravatar Igor Ganichev2018-04-23
* Before this change, a Tensor contained a device pointer and a TensorInfoManag...Gravatar A. Unique TensorFlower2018-03-30
* 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
* Add the op->IsExpensive() argument to tracing calls.Gravatar A. Unique TensorFlower2017-10-16
* Support ClusterSpec propagation with XLA DevicesGravatar Brennan Saeta2017-10-16
* [TF:XLA] Make registration of an XlaDevice for autoclustering optional.Gravatar Peter Hawkins2017-10-06
* [TF:XLA] Add option to fetch compilation-only kernels from XlaOpRegistry::Dev...Gravatar Peter Hawkins2017-09-29
* Include device name in XlaDevice::GetMetadata() error message.Gravatar Derek Murray2017-09-22
* Merge the implementations of XlaLocalLaunch and XlaDeviceLaunch.Gravatar A. Unique TensorFlower2017-09-19
* Store xla_metadata as a private field of XlaDevice.Gravatar Jianwei Xie2017-09-18
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Implement ClusterSpec Propagation in TF MasterGravatar Brennan Saeta2017-05-04
* Adding tracing of TensorFlow operations executed on the CPU. Such tracing is ...Gravatar A. Unique TensorFlower2017-04-13
* Add helper method XlaDevice::GetMetadata for retrieving the XlaDevice metadat...Gravatar Peter Hawkins2017-04-12
* [TF:XLA] Refactor TF/XLA operator registration.Gravatar Peter Hawkins2017-03-30
* [TF:XLA] Refactor build targets in //tensorflow/compiler/jit, split ops into ...Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* [TF:XLA] Refactor XlaOpRegistry, moving metadata about how to compile operato...Gravatar Peter Hawkins2017-02-16
* [TF:XLA] Split XlaOpRegistry out of xla_compilation_device.{cc,h} into a sepa...Gravatar Peter Hawkins2017-02-15
* [TF:XLA] Disable the XLA CPU jit by default when the JIT is requested via the...Gravatar Peter Hawkins2017-02-07
* Decrement initial reference to XlaDeviceContext object to fix memory leak.Gravatar Peter Hawkins2017-02-01
* Automated rollback of change 144344623Gravatar David G. Andersen2017-01-12
* Fail earlier and more clearly if dtype in parsed proto is invalid.Gravatar David G. Andersen2017-01-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09