From 605482900590aea51374e4768cdedd9f5bb10483 Mon Sep 17 00:00:00 2001 From: "Lowell, Daniel" Date: Wed, 6 Feb 2019 09:46:41 -0600 Subject: [PATCH] Updated release notes. --- doc/src/releasenotes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/src/releasenotes.md b/doc/src/releasenotes.md index af760562ca..1b5c0bfcfe 100644 --- a/doc/src/releasenotes.md +++ b/doc/src/releasenotes.md @@ -1,6 +1,30 @@ ## MIOpen Release notes +### 02/06/2019 [ 1.7.1 ] + +- This release contains minor bug fixes and performance improvements. + + +Changes: + +- Fixed corrupt and obsolete performance database entries +- Fixed issue #70, "SIGFPE (DIV/0) in ConvOclBwdWrW2::GetSolution()" +- Fixed issue #72, "workSpaceSize check assertion fails in ConvolutionBackwardWeights() - DEBUG builds only" +- Fixed issue #77, "Results of ConvBwdWeightsAlgoDirect and ConvBwdWeightsAlgoGEMM mismatch for some specific parameters" +- Removed default dependency of RNNs on rocBLAS +- Added a workaround for softmax fp16 correctness issue +- Added check to only make MIOpen with static boost libraries +- Improved performance database coverage + +Known Issues: + +- RNNs do not support fp16 +- OpenCL backend does not support GEMM convolutions in fp16 +- Layer fusions for convolution 1x1 fp16 are not supported +- Layer fusions for large image 1x1 convolutions may cause an exception instead of a warning during compile phase if plan is not supported + + ### 12/19/2018 [ 1.7.0 ] - This release contains general bug fixes and an updated performance database