Merge 'master' into 'amd-master'

Change-Id: I1977b3b9931aa42245fc0e8328e791f9c2ce40b4


[ROCm/clr commit: 88d20813be]
Этот коммит содержится в:
Jenkins
2017-08-17 04:11:11 -05:00
родитель 28d4f5d47b 41f4db0878
Коммит bea74b7d2a
2 изменённых файлов: 13 добавлений и 4 удалений
+12 -3
Просмотреть файл
@@ -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
+1 -1
Просмотреть файл
@@ -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;