From 0a2fef0e27c3a9b988cb25fa9964597e5be8dc1f Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Fri, 26 May 2017 09:57:25 -0700 Subject: [PATCH] Announce upgrade to cuDNN 6.0. --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 8d43197ee38..5b35f91477a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -49,6 +49,13 @@ processing of the rnn. For RNN decoding, this functionality has been replaced with an alternative API in `tf.contrib.seq2seq`. +## Deprecations + +* TensorFlow 1.2 may be the last time we build with cuDNN 5.1. Starting with + TensorFlow 1.3, we will try to build all our prebuilt binaries with cuDNN 6.0. + While we will try to keep our source code compatible with cuDNN 5.1, it will + be best effort. + ## Breaking Changes to the API * `org.tensorflow.contrib.android.TensorFlowInferenceInterface` now throws exceptions where possible and has simplified method signatures.