aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/mark_for_compilation_pass_test.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* "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
* 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
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-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] Ignore cross _XlaScope restrictions when tf_xla_auto_jit is on.Gravatar A. Unique TensorFlower2018-08-21
* Minor NFC cleanups to MarkForCompilationPassGravatar Sanjoy Das2018-08-13
* Allow clustering ControlTrigger nodesGravatar Sanjoy Das2018-07-23
* Don't cluster Identity nodes that forward tensor refsGravatar Sanjoy Das2018-06-02
* 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
* [XLA]: Enable Memory sanitizer for compilation_passes_test.Gravatar Bixia Zheng2018-04-04
* [TF:XLA] Add DT_HALF to the supported data types for the CPU and GPU devices.Gravatar Bixia Zheng2018-04-03
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* [tf.data] Move the C++ Dataset class implementations to the framework library.Gravatar Derek Murray2018-02-07
* [TF:XLA] Make tf_cnn_benchmarks run on CPU with XLA.Gravatar A. Unique TensorFlower2017-11-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* If a cycle is detected, mention in the error message what the cycle is.Gravatar A. Unique TensorFlower2017-09-21
* [TF:XLA] Reject operators with resource outputs on CPU and GPU devices.Gravatar Peter Hawkins2017-06-27
* 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
* [TF:XLA] Don't compile functions that are marked "noinline".Gravatar A. Unique TensorFlower2017-03-15
* Fix code that ignores tensorflow::Status.Gravatar Justin Lebar2017-03-03
* Avoid merging adjacent XLA compilations from different scopes/functionsGravatar Eugene Brevdo2017-02-22
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* Fix broken test buildsGravatar Asim Shankar2017-02-01
* C++ API changesGravatar Manjunath Kudlur2017-02-01
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09