github ROCm/HIP preview_0.92.16405

latest releases: rocm-6.1.1, rocm-6.1.0, rocm-6.0.2...
pre-release7 years ago
  • 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.

Don't miss a new HIP release

NewReleases is sending notifications on new releases.