From 8b580446c4682de9127995bdb596a6bbcb798e52 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 6 Oct 2017 10:26:11 +0530 Subject: [PATCH] Bump HIP version to 1.4 and update release notes Change-Id: I3570dedb32fe5fec6f60565c587a3282a4c6c709 [ROCm/hip commit: ca239ab6ef79060914eef5403a1e8e9550acd941] --- projects/hip/RELEASE.md | 11 +++++++++++ projects/hip/bin/hipconfig | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/projects/hip/RELEASE.md b/projects/hip/RELEASE.md index 452ac54ee1..3987255f04 100644 --- a/projects/hip/RELEASE.md +++ b/projects/hip/RELEASE.md @@ -8,6 +8,17 @@ We have attempted to document known bugs and limitations - in particular the [HI ## Revision History: +=================================================================================================== +Release: 1.4 +Date: 2017.10.06 +- Improvements to HIP event management +- Added new HIP_TRACE_API options +- Enabled device side assert support +- Several bug fixes including hipMallocArray, hipTexture fetch +- Support for RHEL/CentOS 7.4 +- Updates to hipify-perl, hipify-clang and documentation + + =================================================================================================== Release: 1.3 Date: 2017.08.16 diff --git a/projects/hip/bin/hipconfig b/projects/hip/bin/hipconfig index c74d757fb5..cd8d36c5e7 100755 --- a/projects/hip/bin/hipconfig +++ b/projects/hip/bin/hipconfig @@ -1,7 +1,7 @@ #!/usr/bin/perl -w $HIP_BASE_VERSION_MAJOR = "1"; -$HIP_BASE_VERSION_MINOR = "3"; +$HIP_BASE_VERSION_MINOR = "4"; # Need perl > 5.10 to use logic-defined or use 5.006; use v5.10.1;