aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-03-30 14:34:56 -0700
committerGravatar Anna R <annarev@google.com>2018-03-30 14:34:56 -0700
commit79d38e6a570c351366481ab6d27a1e310da49046 (patch)
treea4366f2c28a32581afceea990a7c0a7fdc87aeac /RELEASE.md
parent0aaa61ab332611e9dcfd3d1cc25115a8972bd5fd (diff)
Updating release notes: changing minimum Cudnn supported version and adding tensorrt note.
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index c63d9f20c9..886541572f 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,12 @@
* 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 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: