Skip to content

hipCUB 3.1.0 for ROCm 6.1.0

Compare
Choose a tag to compare
@rocm-ci rocm-ci released this 16 Apr 19:09
44aa2e0

Changed

  • CUB backend references CUB and Thrust version 2.1.0.
  • Updated HIPCUB_HOST_WARP_THREADS macro definition to match host_warp_size changes from rocPRIM 3.0.
  • Implemented __int128_t and __uint128_t support for radix_sort.

Fixed

  • Fixed build issues with rmake.py on Windows when using VS 2017 15.8 or later due to a breaking fix with extended aligned storage.

Added

  • Added interface DeviceMemcpy::Batched for batched memcpy from rocPRIM and CUB.