aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-04-10 18:44:13 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-10 18:46:38 -0700
commit5ad9e4588874f30d0d079acc60e07f2eddc0480f (patch)
treeab800846cc505d867b2961578869aec97eeb81a3 /RELEASE.md
parentfad74785d12ea7463e5d0474522cd7d754699656 (diff)
Merge changes from github.
PiperOrigin-RevId: 192388250
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index c63d9f20c9..e845953174 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,6 +9,8 @@
* Distributed Mutex / CriticalSection added to `tf.contrib.framework.CriticalSection`.
* Better text processing with `tf.regex_replace`.
* Easy, efficient sequence input with `tf.contrib.data.bucket_by_sequence_length`
+* Initial support for `tf.contrib.tensorrt` that enables native TensorRT in
+ TensorFlow.
## Bug Fixes and Other Changes
* Accelerated Linear Algebra (XLA):
@@ -50,6 +52,15 @@
* Support `float16` `dtype` in `tf.linalg.*`.
* Add `tf.estimator.export.TensorServingInputReceiver` that allows `tf.estimator.Estimator.export_savedmodel` to pass raw tensors to model functions.
+## Deprecations
+
+* TensorFlow 1.7 may be the last time we support Cuda versions below 8.0.
+ Starting with TensorFlow 1.8 release, 8.0 will be the minimum supported
+ version.
+* TensorFlow 1.7 may be the last time we support cuDNN versions below 6.0.
+ Starting with TensorFlow 1.8 release, 6.0 will be the minimum supported
+ version.
+
## Thanks to our Contributors
This release contains contributions from many people at Google, as well as: