From 88ca6f7312600b91621d706aa47faeb3eefd452a Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 29 Jun 2016 20:50:14 +0530 Subject: [PATCH] Update release notes Change-Id: I6ae7e5c44b1f7d084abb7cedd353276b81531f82 --- hipamd/RELEASE.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/hipamd/RELEASE.md b/hipamd/RELEASE.md index c5eb2d0db6..dfec3285ae 100644 --- a/hipamd/RELEASE.md +++ b/hipamd/RELEASE.md @@ -9,16 +9,18 @@ Stay tuned - the work for many of these features is already in-flight. =================================================================================================== Release:0.90.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.. +Date: 2016.06.29 +- Support dynamic shared memory allocations +- Min HCC compiler version is > 16186. +- Expanded math functions (device and host). Document unsupported functions. +- hipFree with null pointer initializes runtime and returns success. +- Improve error code reporting on nvcc. +- Add hipPeekAtError for nvcc. + =================================================================================================== +## Revision History: + =================================================================================================== Release:0.86.00 Date: 2016.06.06 @@ -30,9 +32,6 @@ Date: 2016.06.06 compilation path. - More samples including gpu-burn, SHOC, nbody, rtm. See [HIP-Examples](https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-Examples) -=================================================================================================== - -## Revision History: =================================================================================================== Release:0.84.01