aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Anjum Sayed <anjum.sayed48@gmail.com>2018-02-01 06:22:54 +0300
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-01-31 19:22:54 -0800
commit5477012060749cd1164dc85ff75fc31ae1351482 (patch)
tree01c991b5a1869f7c96cb17d72d52eb2407322cec /RELEASE.md
parentddb814cfdf1047187b7e09f53618a6d932b4b64f (diff)
Change RELEASE.md to specify CUDA 9.0 (#16486)
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index d3b4037061..af6440acef 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,9 @@
# Release 1.5.0
## Breaking Changes
-* Prebuilt binaries are now built against CUDA 9 and cuDNN 7.
+* Prebuilt binaries are now built against CUDA 9.0 and cuDNN 7.
+* Our Linux binaries are built using ubuntu 16 containers, potentially
+ introducing glibc incompatibility issues with ubuntu 14.
* Starting from 1.6 release, our prebuilt binaries will use AVX instructions.
This may break TF on older CPUs.
@@ -31,7 +33,7 @@
preview version is now available.
* [TensorFlow Lite](https://github.com/tensorflow/tensorflow/tree/r1.5/tensorflow/contrib/lite)
dev preview is now available.
-* CUDA 9 and cuDNN 7 support.
+* CUDA 9.0 and cuDNN 7 support.
* Accelerated Linear Algebra (XLA):
* Add `complex64` support to XLA compiler.
* `bfloat` support is now added to XLA infrastructure.