From 809a548bd4fbac08b7958f43512dff3a5f47c971 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 16 Aug 2017 11:18:51 +0530 Subject: [PATCH] Bump HIP version to 1.3 and update release notes Change-Id: I53f89efca03472cb906bd56200a2bf2996453915 --- hipamd/RELEASE.md | 15 ++++++++++++--- hipamd/bin/hipconfig | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/hipamd/RELEASE.md b/hipamd/RELEASE.md index 98c076dc6e..452ac54ee1 100644 --- a/hipamd/RELEASE.md +++ b/hipamd/RELEASE.md @@ -5,12 +5,21 @@ We have attempted to document known bugs and limitations - in particular the [HI =================================================================================================== -Upcoming: -- HIP development now fully open and on GitHub. Developers should submit pull requests. - ## Revision History: +=================================================================================================== +Release: 1.3 +Date: 2017.08.16 +- hipcc now auto-detects amdgcn arch. No need to specify the arch when building for same system. +- HIP texture support +- Implemented __threadfence_support +- Improvements in HIP context management logic +- Bug fixes in several APIs including hipDeviceGetPCIBusId, hipEventDestroy, hipMemcpy2DAsync +- Updates to hipify-clang and documentation +- HIP development now fully open and on GitHub. Developers should submit pull requests. + + =================================================================================================== Release: 1.2 Date: 2017.06.29 diff --git a/hipamd/bin/hipconfig b/hipamd/bin/hipconfig index 39fdab5a99..c74d757fb5 100755 --- a/hipamd/bin/hipconfig +++ b/hipamd/bin/hipconfig @@ -1,7 +1,7 @@ #!/usr/bin/perl -w $HIP_BASE_VERSION_MAJOR = "1"; -$HIP_BASE_VERSION_MINOR = "2"; +$HIP_BASE_VERSION_MINOR = "3"; # Need perl > 5.10 to use logic-defined or use 5.006; use v5.10.1;