From d0ae7a67430e77e30ab10066ff079327e53e1349 Mon Sep 17 00:00:00 2001 From: Daniel Lowell Date: Mon, 30 Jul 2018 11:58:44 -0500 Subject: [PATCH] Updated release notes for 1.4.2 release --- doc/src/releasenotes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/src/releasenotes.md b/doc/src/releasenotes.md index cdde519944..157708b652 100644 --- a/doc/src/releasenotes.md +++ b/doc/src/releasenotes.md @@ -2,6 +2,19 @@ ## MIOpen Release notes +### 07/30/2018 [ 1.4.2 ] + +Notes: + +- This release is a hot-fix to enable ICNet and PSPNet + +Known Issues: + +- RNNs do not support fp16 +- Training with CNNs does not support fp16 +- Users may encounter a warning that their performance database is out of date. The performance database can be updated by setting the environment variable for just the initial run of an application: `MIOPEN_FIND_ENFORCE=search` +For more information on the performance database, see: https://rocmsoftwareplatform.github.io/MIOpen/doc/html/perfdatabase.html# + ### 07/19/2018 [ 1.4.1 ] Notes: