Bumped HIP version to 1.5 and updated summary in HIP release notes

Change-Id: I4b612da88236674fac2c585ab6891bdd495511b0
Этот коммит содержится в:
Maneesh Gupta
2017-11-29 13:56:17 +05:30
родитель e93a24bdbe
Коммит 2d5e0274ef
2 изменённых файлов: 7 добавлений и 2 удалений
+6 -1
Просмотреть файл
@@ -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 -1
Просмотреть файл
@@ -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;