Releases: ROCm/rocPRIM
Releases · ROCm/rocPRIM
rocPRIM 2.11.0 for ROCm 5.3.2
rocPRIM code for ROCm 5.3.2 did not change. The library was rebuilt for the updated ROCm 5.3.2 stack.
Known Issue
- device_merge no longer correctly supports using different types for
keys_input1
andkeys_input2
(starting from the 5.3.0 release).
rocPRIM 2.11.0 for ROCm 5.3.1
rocPRIM code for ROCm 5.3.1 did not change. The library was rebuilt for the updated ROCm 5.3.1 stack.
rocPRIM 2.11.0 for ROCm 5.3.0
Added
- New functions
subtract_left
andsubtract_right
inblock_adjacent_difference
to apply functions
on pairs of adjacent items distributed between threads in a block. - New device level
adjacent_difference
primitives. - Added experimental tooling for automatic kernel configuration tuning for various architectures
- Benchmarks collect and output more detailed system information
- CMake functionality to improve build parallelism of the test suite that splits compilation units by
function or by parameters. - Reverse iterator.
rocPRIM 2.10.14 for ROCm 5.2.3
rocPRIM code for ROCm 5.2.3 did not change. The library was rebuilt for the updated ROCm 5.2.3 stack.
rocPRIM 2.10.14 for ROCm 5.2.1
rocPRIM code for ROCm 5.2.1 did not change. The library was rebuilt for the updated ROCm 5.2.1 stack.
rocPRIM 2.10.14 for ROCm 5.2.0
Added
- Packages for tests and benchmark executable on all supported OSes using CPack.
- Added File/Folder Reorg Changes and Enabled Backward compatibility support using wrapper headers.
rocPRIM 2.10.13 for ROCm 5.1.3
rocPRIM code for ROCm 5.1.3 did not change. The library was rebuilt for the updated ROCm 5.1.3 stack.
rocPRIM 2.10.13 for ROCm 5.1.1
rocPRIM code for ROCm 5.1.1 did not change. The library was rebuilt for the updated ROCm 5.1.1 stack.
rocPRIM 2.10.13 for ROCm 5.1.0
Fixed
- Fixed radix sort int64_t bug introduced in [2.10.11]
Added
- Future value
- Added device partition_three_way to partition input to three output iterators based on two predicates
Changed
- The reduce/scan algorithm precision issues in the tests has been resolved for half types.
Known issues
- device_segmented_radix_sort unit test failing for HIP on Windows
rocPRIM-2.10.12 for ROCm 5.0.2
rocPRIM code for ROCm 5.0.2 is unchanged from rocPRIM for ROCm 5.0.1. The library was rebuilt for the updated ROCm 5.0.2 stack.