From f7b07886e2d255d5bcd2a28c810df23f81d759ab Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 7 Mar 2016 11:01:29 +0530 Subject: [PATCH] Update release notes [ROCm/hip commit: 6b5c9ecf3f1aedf5a79e95b133e455f7360a6afd] --- projects/hip/RELEASE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/projects/hip/RELEASE.md b/projects/hip/RELEASE.md index e5a0e61d13..4b1dec0cbd 100644 --- a/projects/hip/RELEASE.md +++ b/projects/hip/RELEASE.md @@ -25,6 +25,24 @@ Next: ## Revision History: +=================================================================================================== +Release:0.82.00 +Date: 2016.03.07 +- Bump minimum required HCC workweek to 16074. +- Enable multi-GPU support. + * Use hipSetDevice to select a device for subsequent kernel calls and memory allocations. + * CUDA_VISIBLE_DEVICES / HIP_VISIBLE_DEVICE environment variable selects devices visible to the runtime. +- Support hipStreams – send sequences of copy and kernel commands to a device. + * Asynchronous copies supported. +- Optimize memory copy operations. +- Support hipPointerGetAttribute – can determine if a pointer is host or device. +- Enable atomics to local memory. +- Support for LC Direct-To-ISA path. +- Improved free memory reporting. + * hipMemGetInfo (report full memory used in current process). + * hipDeviceReset (deletes all memory allocated by current process). + + =================================================================================================== Release:0.80.01 Date: 2016.02.18