Skip to content

hipCUB-2.10.12 for ROCm 4.5.0

Compare
Choose a tag to compare
@lawruble13 lawruble13 released this 27 Oct 21:23
189ae50

Addded

  • Initial HIP on Windows support. See README for instructions on how to build and install.
  • gfx1030 support added.
  • Address Sanitizer build option

Changed

  • Packaging changed to a development package (called hipcub-dev for .deb packages, and hipcub-devel for .rpm packages). As hipCUB is a header-only library, there is no runtime package. To aid in the transition, the development package sets the "provides" field to provide the package hipcub, so that existing packages depending on hipcub can continue to work. This provides feature is introduced as a deprecated feature and will be removed in a future ROCm release.

Fixed

  • BlockRadixRank unit test failure fixed.