Merge pull request #275 from mangupta/bump_version_1.5

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

[ROCm/clr commit: 2f542c46c8]
This commit is contained in:
Ben Sander
2017-11-29 15:06:02 -06:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -11,7 +11,12 @@ We have attempted to document known bugs and limitations - in particular the [HI
=================================================================================================== ===================================================================================================
Release: 1.5 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 - HIP texture support equivalent to CUDA texture driver APIs
- Updates to hipify-perl, hipify-clang and documentation
=================================================================================================== ===================================================================================================
Release: 1.4 Release: 1.4
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
$HIP_BASE_VERSION_MAJOR = "1"; $HIP_BASE_VERSION_MAJOR = "1";
$HIP_BASE_VERSION_MINOR = "4"; $HIP_BASE_VERSION_MINOR = "5";
# Need perl > 5.10 to use logic-defined or # Need perl > 5.10 to use logic-defined or
use 5.006; use v5.10.1; use 5.006; use v5.10.1;