preview_1.0.17241
Pre-release
Pre-release
- new APIs: hipMemcpy2DAsync, hipMallocPitch, hipHostMallocCoherent, hipHostMallocNonCoherent
- added support for building hipify-clang using clang 3.9
- hipify-clang updates for CUDA 8.0 runtime+driver support
- renamed hipify to hipify-perl
- initial implementation of hipify-cmakefile
- several documentation updates & bug fixes
Notes:
- The code has been tested using HCC tagged version preview_1.0.17236.
- For convenience, a script that pulls the correct HIP code from github and builds it as well has been added to the release. To use it, simply download the script
build_hcc_and_hip.sh
to an empty folder on your development machine and run./build_hcc_and_hip.sh
. - Alternatively you can download the HCC and HIP debian packages for Ubuntu 16.04 from the corresponding project release tags.