Merge pull request #196 from mangupta/bump_hip_version

Bump HIP version to 1.4 and update release notes

[ROCm/clr commit: 89ad18584d]
Этот коммит содержится в:
Maneesh Gupta
2017-10-06 10:59:39 +05:30
коммит произвёл GitHub
родитель caba6ac8d5 2719e8a185
Коммит 7a9f645795
2 изменённых файлов: 12 добавлений и 1 удалений
+11
Просмотреть файл
@@ -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
+1 -1
Просмотреть файл
@@ -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;