aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/BUILD
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Don't use tensorflow::Edge after freeing itGravatar Sanjoy Das2018-09-27
* Split XlaLaunch into XlaCompile and XlaRun; NFCGravatar Sanjoy Das2018-09-20
* Add xla.compile(), a low-level API that compiles graph with XLA.Gravatar Yanan Cao2018-09-18
* Introduce gmock matchers for TensorFlow nodesGravatar Sanjoy Das2018-09-16
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* Decluster some must-be-constant ops to reduce XLA recompilationsGravatar Sanjoy Das2018-09-07
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar Sanjoy Das2018-08-23
* Use absl::make_unique in tf2xla.Gravatar Justin Lebar2018-08-23
* 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
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Avoid device to host copies by "partially declustering" certain nodes.Gravatar Sanjoy Das2018-08-14
* Minor NFC cleanups to MarkForCompilationPassGravatar Sanjoy Das2018-08-13
* Use global counter for XLA rng seedGravatar Igor Ganichev2018-08-10
* Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* [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
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* Don't cluster nodes that have inputs with mismatching deadnessGravatar Sanjoy Das2018-07-18
* [TF:XLA] Add partial implementation of tf.FIFOQueue for XLA devices (e.g., TPU).Gravatar Peter Hawkins2018-06-28
* Consider Exit->Enter edges as both "to enter" and "from exit" edgesGravatar Sanjoy Das2018-06-21
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* [TF:XLA] Validate the control flow structure in encapsulate_subgraphs_pass an...Gravatar A. Unique TensorFlower2018-06-15
* [TF:XLA] Remove parallel checking support from encapsulate_subcomputations_pass.Gravatar Peter Hawkins2018-06-13
* Implement Shape and friends as a direct XLA kernelsGravatar Igor Ganichev2018-06-11
* Avoid compilation of nodes that forward tensor refs.Gravatar A. Unique TensorFlower2018-06-08
* Enable XLA fusions as a Grappler optimization.Gravatar A. Unique TensorFlower2018-06-04
* Don't XLA-compile naked variable readsGravatar Igor Ganichev2018-05-24
* Removed C++ ABSL includes from tensorflow/core and tensorflow/compiler.Gravatar A. Unique TensorFlower2018-05-16
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* Register XLA device kernel for IdentityN op.Gravatar A. Unique TensorFlower2018-05-10
* [XLA] Make XLA's memory allocator return an owning smart pointer.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
* `PartitionedCallOp`: An op for executing multi-device functions.Gravatar Akshay Agrawal2018-04-24
* Support executing ops eagerly through XLAGravatar Igor Ganichev2018-04-23
* Merge changes from github.Gravatar Scott Zhu2018-04-13