From b6ef7635b6cf060f4f457a89ce286801d697edf6 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 28 Jun 2017 11:32:40 +0530 Subject: [PATCH] Update release notes Change-Id: I5001ef03692159fcf9825102b37066ec26e6b8d2 [ROCm/hip commit: 6674ef34a89aa5e7a23edce758381157f056d52e] --- projects/hip/RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/hip/RELEASE.md b/projects/hip/RELEASE.md index d6f3ec594c..a1e580b7b0 100644 --- a/projects/hip/RELEASE.md +++ b/projects/hip/RELEASE.md @@ -8,12 +8,15 @@ We have attempted to document known bugs and limitations - in particular the [HI ## Revision History: =================================================================================================== +Release: 1.2 +Date: 2017.06.29 - new APIs: hipMemcpy2DAsync, hipMallocPitch, hipHostMallocCoherent, hipHostMallocNonCoherent - added support for building hipify-clang using clang 3.9 - hipify-clang updates for CUDA 8.0 runtime+driver support - renamed hipify to hipify-perl - initial implementation of hipify-cmakefile - several documentation updates & bug fixes +- support for abort() function in device code ===================================================================================================