From b70fbace5e4310638998ecffcbb5a9bcf27ce545 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Fri, 17 Jun 2016 15:00:14 -0500 Subject: [PATCH] Initial release notes for 0.95. Change-Id: I6d43f643f4c6ecd4b4e4434c5cc1dfecf540a6d3 --- RELEASE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 6a40d28f61..1933192f86 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,6 +7,18 @@ We have attempted to document known bugs and limitations - in particular the [HI Stay tuned - the work for many of these features is already in-flight. +=================================================================================================== +Release:0.95.00 +Date: 2016.06.xx +-Support dynamic shared memory allocations +-Min HCC compiler version is > 16186. +-Expanded math functions (device and host). Document unsupported functions. +-Initial support for hipBlas headers. +-hipFree with null pointer initializes runtime and returns success. +-Improve error code reporting on nvcc. +-add hipPeekAtError for nvcc.. +=================================================================================================== + =================================================================================================== Release:0.86.00 Date: 2016.06.06