aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit
Commit message (Expand)AuthorAge
...
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* Delete the ParallelCheck op and its kernel.Gravatar Sanjoy Das2018-08-23
* Auto-cluster TensorFlow's resource operations when legal.Gravatar Sanjoy Das2018-08-23
* Don't auto-cluster must-be-constant ops with side effects.Gravatar Sanjoy Das2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Don't access XLA literal after it has been freedGravatar Igor Ganichev2018-08-22
* Resolve compile time constants to fix a regression.Gravatar A. Unique TensorFlower2018-08-21
* Adding device registration for the IteratorGetNextSyncOp which is used in Eag...Gravatar Rohan Jain2018-08-21
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [XLA] Ignore cross _XlaScope restrictions when tf_xla_auto_jit is on.Gravatar A. Unique TensorFlower2018-08-21
* Internal changeGravatar A. Unique TensorFlower2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Minor NFC cleanups to deadness analysis.Gravatar Sanjoy Das2018-08-20
* Release FunctionLibraryRuntime::Handle in IsCompilableCall.Gravatar Sanjoy Das2018-08-16
* VLOG out some summary information from MarkForCompilationPass.Gravatar Sanjoy Das2018-08-16
* Introduce and use an "and recurrence" in deadness analysis to represent loops.Gravatar Sanjoy Das2018-08-15
* Avoid device to host copies by "partially declustering" certain nodes.Gravatar Sanjoy Das2018-08-14
* Minor NFC cleanups to MarkForCompilationPassGravatar Sanjoy Das2018-08-13
* Automated rollback of commit 56e4ea405d13125a3dcb6459019a83d12330bf84Gravatar Peter Hawkins2018-08-13
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* Use global counter for XLA rng seedGravatar Igor Ganichev2018-08-10
* 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
* Add a virtual Predicate::operands() accessor; NFCGravatar Sanjoy Das2018-08-09
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* VLOG(1) some compilation stats on a compile.Gravatar Sanjoy Das2018-08-06
* Ensure XlaDevice discards failed streams from its DeviceContext.Gravatar Todd Wang2018-08-06
* [TF:XLA] Ensure that deadness_analysis.cc is only linked onceGravatar Benjamin Kramer2018-08-06
* Add a way to whitebox test deadness analysis.Gravatar Sanjoy Das2018-08-03
* VLOG(1) the value of flags->tf_xla_auto_jitGravatar Sanjoy Das2018-08-02
* 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
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-24
* Allow clustering ControlTrigger nodesGravatar Sanjoy Das2018-07-23
* [XLA] Don't call into the allocator for 0 byte allocationsGravatar Sanjoy Das2018-07-23
* Re-enable the deadness-analysis.Gravatar Sanjoy Das2018-07-20
* Teach XlaTensorBuffer to not deallocate null pointersGravatar Sanjoy Das2018-07-19
* Intern predicate pointersGravatar Sanjoy Das2018-07-19
* Disable the deadness analysisGravatar Sanjoy Das2018-07-18
* Don't cluster nodes that have inputs with mismatching deadnessGravatar Sanjoy Das2018-07-18
* Add some debug information.Gravatar Tong Shen2018-07-18
* Merge pull request #20793 from ROCmSoftwarePlatform:upstream-staging-xla-runt...Gravatar TensorFlower Gardener2018-07-18
|\
* | [TF:XLA] Fix bug where the wrong value could be returned if always_return_tup...Gravatar Peter Hawkins2018-07-18
| * [XLA:GPU] avoid hard coded CUDA PlatformIdGravatar Wen-Heng (Jack) Chung2018-07-14
|/
* Register DestroyResourceOp for XLA devicesGravatar Igor Ganichev2018-07-12
* Automated rollback of commit f8044c89287b1d90510ceace4b53ec94abaffa50Gravatar A. Unique TensorFlower2018-07-12
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-12