aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/mark_for_compilation_pass.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Dump the original, unclustered graph with --tf_xla_clustering_debug.Gravatar Thomas Joerg2018-09-21
* "Isolate" must-be-constant side effecting operationsGravatar Sanjoy Das2018-09-18
* Bug fix: consult graph's op registry to look up ops.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Print cross-cluster edges; NFCGravatar Sanjoy Das2018-08-27
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar 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] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Ignore cross _XlaScope restrictions when tf_xla_auto_jit is on.Gravatar A. Unique TensorFlower2018-08-21
* Release FunctionLibraryRuntime::Handle in IsCompilableCall.Gravatar Sanjoy Das2018-08-16
* VLOG out some summary information from MarkForCompilationPass.Gravatar Sanjoy Das2018-08-16
* Avoid device to host copies by "partially declustering" certain nodes.Gravatar Sanjoy Das2018-08-14
* Minor NFC cleanups to MarkForCompilationPassGravatar Sanjoy Das2018-08-13
* VLOG(1) the value of flags->tf_xla_auto_jitGravatar Sanjoy Das2018-08-02
* Allow clustering ControlTrigger nodesGravatar Sanjoy Das2018-07-23
* Re-enable the deadness-analysis.Gravatar Sanjoy Das2018-07-20
* Disable the deadness analysisGravatar Sanjoy Das2018-07-18
* Don't cluster nodes that have inputs with mismatching deadnessGravatar Sanjoy Das2018-07-18
* 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 cluster Identity nodes that forward tensor refsGravatar Sanjoy Das2018-06-02
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Move dummy AssertOp and CheckNumericsOp to //third_party/tensorflow/compiler/...Gravatar A. Unique TensorFlower2018-04-12
* Avoid marking clusters containing only Identity ops for compilation.Gravatar A. Unique TensorFlower2018-04-06
* Enable fusion of element-wise ops using XLA (Off by default, can be enabled b...Gravatar A. Unique TensorFlower2018-03-22
* [TF:XLA] Add compiler fuel to mark_for_compilation_pass.Gravatar Justin Lebar2018-03-14
* Make comparison functors constGravatar A. Unique TensorFlower2018-03-07
* Enabled XLA for TF C API.Gravatar Mingsheng Hong2018-02-09
* Initial checkin for outside_compilation. Adds a new attribute for encapsulati...Gravatar A. Unique TensorFlower2017-12-19
* [XLA] Remove a source of nondeterminism in HLO clustering.Gravatar A. Unique TensorFlower2017-12-12
* [TF:XLA] Make tf_cnn_benchmarks run on CPU with XLA.Gravatar A. Unique TensorFlower2017-11-30
* [TF:XLA] Added tf_xla_cpu_global_jit flag to TF_XLA_FLAGS environment variabl...Gravatar A. Unique TensorFlower2017-11-14
* [TF:XLA] Make registration of an XlaDevice for autoclustering optional.Gravatar Peter Hawkins2017-10-06
* When constructing the error message, check for a nonexistent node before tryi...Gravatar A. Unique TensorFlower2017-09-28
* If a cycle is detected, mention in the error message what the cycle is.Gravatar A. Unique TensorFlower2017-09-21
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-17
* Automated g4 rollback of changelist 165521057Gravatar Rohan Jain2017-08-17
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* [TF:XLA] Register a no-op kernel for ControlTrigger, but forbid the JIT marki...Gravatar Peter Hawkins2017-07-25
* [TF:XLA] Reject operators with resource outputs on CPU and GPU devices.Gravatar Peter Hawkins2017-06-27
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* [TF:XLA] Split union-find implementation in mark_for_compilation_pass.cc into...Gravatar Peter Hawkins2017-06-02
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Increase kMaxRecursionDepth.Gravatar A. Unique TensorFlower2017-04-03