preview_0.92.16405
Pre-release
Pre-release
mangupta
released this
08 Oct 06:58
·
638 commits
to developer-preview
since this release
- Added __mul24 and __umul24 integer intrinsics support.
- clang-hipify is now known as hipify-clang.
- Removed deprecated HIP runtime header locations. Please include "hip/hip_runtime.h" instead of "hip_runtime.h". You can use
find . -type f -exec sed -i 's:#include "hip_runtime.h":#include "hip/hip_runtime.h":g' {} +
to replace all such references. - Documentation updates.
Notes:
- The code has been tested using HCC tagged version develop_0.10.16402.
- For convenience, a script that pulls the correct HCC and 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 from the corresponding project release tags.