github ROCm/HIP release_1.0.16435

latest releases: rocm-6.1.0, rocm-6.0.2, rocm-6.0.0...
7 years ago

Release:1.0
Date: 2016.11.8

  • Initial implementation for FindHIP.cmake
  • HIP library now installs as a static library by default
  • Added support for HIP context and HIP module APIs
  • Major changes to HIP signal & memory management implementation
  • Support for complex data type and math functions
  • clang-hipify is now known as hipify-clang
  • Added several new HIP samples
  • Preliminary support for new APIs: hipMemcpyToSymbol, hipDeviceGetLimit, hipRuntimeGetVersion
  • Added support for async memcpy driver API (for example hipMemcpyHtoDAsync)
  • Support for memory management device functions: malloc, free, memcpy & memset
  • 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

Don't miss a new HIP release

NewReleases is sending notifications on new releases.