Skip to content

Commit

Permalink
Bump HIP version to 1.3 and update release notes
Browse files Browse the repository at this point in the history
Change-Id: I53f89efca03472cb906bd56200a2bf2996453915
  • Loading branch information
mangupta committed Aug 16, 2017
1 parent 04385f1 commit 8c94bc0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ We have attempted to document known bugs and limitations - in particular the [HI

===================================================================================================

Upcoming:
- HIP development now fully open and on GitHub. Developers should submit pull requests.


## Revision History:

===================================================================================================
Release: 1.3
Date: 2017.08.16
- hipcc now auto-detects amdgcn arch. No need to specify the arch when building for same system.
- HIP texture support
- Implemented __threadfence_support
- Improvements in HIP context management logic
- Bug fixes in several APIs including hipDeviceGetPCIBusId, hipEventDestroy, hipMemcpy2DAsync
- Updates to hipify-clang and documentation
- HIP development now fully open and on GitHub. Developers should submit pull requests.


===================================================================================================
Release: 1.2
Date: 2017.06.29
Expand Down
2 changes: 1 addition & 1 deletion bin/hipconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w

$HIP_BASE_VERSION_MAJOR = "1";
$HIP_BASE_VERSION_MINOR = "2";
$HIP_BASE_VERSION_MINOR = "3";

# Need perl > 5.10 to use logic-defined or
use 5.006; use v5.10.1;
Expand Down

0 comments on commit 8c94bc0

Please sign in to comment.