Skip to content

Releases: ROCm/rocPRIM

rocPRIM 2.13.0 for ROCm 5.6.1

29 Aug 20:12
687d624
Compare
Choose a tag to compare

rocPRIM code for ROCm 5.6.1 did not change. The library was rebuilt for the updated ROCm 5.6.1 stack.

rocPRIM 2.13.0 for ROCm 5.6.0

28 Jun 23:19
687d624
Compare
Choose a tag to compare

rocPRIM code for ROCm 5.6.0 did not change. The library was rebuilt for the updated ROCm 5.6.0 stack.

rocPRIM 2.12.1 for ROCm 5.4.4

22 Mar 21:12
c8c4118
Compare
Choose a tag to compare

Fixed

  • Fixed compilation and execution issues for benchmarks with HIP on Windows

rocPRIM 2.13.0 for ROCm 5.5.1

24 May 19:07
629acf4
Compare
Choose a tag to compare

rocPRIM code for ROCm 5.5.1 did not change. The library was rebuilt for the updated ROCm 5.5.1 stack.

rocPRIM 2.13.0 for ROCm 5.5.0

01 May 21:04
629acf4
Compare
Choose a tag to compare

Added

  • New block level radix_rank primitive.
  • New block level radix_rank_match primitive.

Changed

  • Improved the performance of block_radix_sort and device_radix_sort.

Known Issues

  • Disabled GPU error messages relating to incorrect warp operation usage with Navi GPUs on Windows, due to GPU printf performance issues on Windows.

Fixed

  • Fixed benchmark build on Windows

rocPRIM 2.12.0 for ROCm 5.4.3

07 Feb 17:39
49f84c8
Compare
Choose a tag to compare

rocPRIM code for ROCm 5.4.3 did not change. The library was rebuilt for the updated ROCm 5.4.3 stack.

rocPRIM 2.12.0 for ROCm 5.4.2

13 Jan 16:43
d8726e2
Compare
Choose a tag to compare

rocPRIM code for ROCm 5.4.2 did not change. The library was rebuilt for the updated ROCm 5.4.2 stack.

rocPRIM 2.12.0 for ROCm 5.4.1

15 Dec 18:40
d8726e2
Compare
Choose a tag to compare

rocPRIM code for ROCm 5.4.1 did not change. The library was rebuilt for the updated ROCm 5.4.1 stack.

rocPRIM 2.12.0 for ROCm 5.4.0

30 Nov 17:38
d8726e2
Compare
Choose a tag to compare

Changed

  • device_partition, device_unique, and device_reduce_by_key now support problem
    sizes larger than 2^32 items.

Removed

  • block_sort::sort() overload for keys and values with a dynamic size. This overload was documented but the
    implementation is missing. To avoid further confusion the documentation is removed until a decision is made on
    implementing the function.

Fixed

  • Fixed the compilation failure in device_merge if the two key iterators don't match.

rocPRIM 2.11.1 for ROCm 5.3.3

17 Nov 19:21
Compare
Choose a tag to compare

Fixed

  • Fixed the compilation failure in device_merge if the two key iterators don't match.