aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrew.harp@gmail.com>2018-02-13 18:49:44 -0500
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-02-13 16:53:35 -0800
commitecec1d8c8e557656e7e5c4034604ca6f20d2d3c2 (patch)
treea24530bc8895a810edb8d6290693c3491b4a2c38 /RELEASE.md
parent22ff574ee9d4272995ddcc6aaac70479b7e6e17c (diff)
Update RELEASE.md
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index de4a34bb04..1a037ce595 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -8,6 +8,7 @@
* New Optimizer internal API for non-slot variables. Descendants of AdamOptimizer that access _beta[12]_power will need to be updated.
* `tf.estimator.{FinalExporter,LatestExporter}` now export stripped SavedModels. This improves forward compatibility of the SavedModel.
* FFT support added to XLA CPU/GPU.
+* Android TF can now be built with CUDA acceleration on compatible Tegra devices (see [contrib/makefile/README.md](contrib/makefile/README.md) for more information)
## Bug Fixes and Other Changes
* Documentation updates: