From 56a686a0b93a9d16b3ec41974a7bc95b56caf10c Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 8 Nov 2016 16:31:56 +0530 Subject: [PATCH] Update release notes for 1.0 release Change-Id: I74fa2b41afc334a76c309b125c27aa141cd59554 [ROCm/hip commit: 7c68768a0d86a1efd5293b78126850e91486623e] --- projects/hip/RELEASE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/projects/hip/RELEASE.md b/projects/hip/RELEASE.md index d1f79bc3c6..a7c770f611 100644 --- a/projects/hip/RELEASE.md +++ b/projects/hip/RELEASE.md @@ -13,8 +13,25 @@ Upcoming: ## Revision History: +=================================================================================================== +Release:1.0 +Date: 2016.11.8 +- Initial implementation for FindHIP.cmake +- HIP library now installs as a static library by default +- Added support for HIP context and HIP module APIs +- Major changes to HIP signal & memory management implementation +- Support for complex data type and math functions +- clang-hipify is now known as hipify-clang +- Added several new HIP samples +- Preliminary support for new APIs: hipMemcpyToSymbol, hipDeviceGetLimit, hipRuntimeGetVersion +- Added support for async memcpy driver API (for example hipMemcpyHtoDAsync) +- Support for memory management device functions: malloc, free, memcpy & memset +- Removed deprecated HIP runtime header locations. Please include "hip/hip_runtime.h" instead of "hip_runtime.h". You can use `find . -type f -exec sed -i 's:#include "hip_runtime.h":#include "hip/hip_runtime.h":g' {} +` to replace all such references + + =================================================================================================== Release:0.92.00 +Date: 2016.8.14 - hipLaunchKernel supports one-dimensional grid and/or block dims, without explicit cast to dim3 type (actually in 0.90.00) - fp16 software support - Support for Hawaii dGPUs using environment variable ROCM_TARGET=hawaii