Merge 'master' into 'amd-master'

Change-Id: I1bb9891e5cb4b85f2f265a8723cf16bb631904f3


[ROCm/clr commit: f83f9f2916]
This commit is contained in:
Jenkins
2017-11-30 04:11:08 -06:00
کامیت 8a739227bc
2فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
@@ -10,8 +10,13 @@ We have attempted to document known bugs and limitations - in particular the [HI
===================================================================================================
Release: 1.5
Date:
Date:
- printf support in device code
- Support for globals when using module API
- hipify-clang now supports using newer versions of clang
- HIP texture support equivalent to CUDA texture driver APIs
- Updates to hipify-perl, hipify-clang and documentation
===================================================================================================
Release: 1.4
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
$HIP_BASE_VERSION_MAJOR = "1";
$HIP_BASE_VERSION_MINOR = "4";
$HIP_BASE_VERSION_MINOR = "5";
# Need perl > 5.10 to use logic-defined or
use 5.006; use v5.10.1;