Skip to content

release_0.86.00

Compare
Choose a tag to compare
@mangupta mangupta released this 06 Jun 16:51

Release:0.86.00
Date: 2016.06.06

  • Add clang-hipify : clang-based hipify tool. Improved parsing of source code, and automates
    creation of hipLaunchParm variable.
  • Implement memory register / unregister commands (hipHostRegister, hipHostUnregister)
  • Add cross-linking support between G++ and HCC, in particular for interfaces that use
    standard C++ libraries (ie std::vectors, std::strings). HIPCC now uses libstdc++ by default on the HCC
    compilation path.
  • More samples including gpu-burn, SHOC, nbody, rtm. See HIP-Examples