Skip to content

Commit

Permalink
Updating changelog for ROCm 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd committed Aug 29, 2022
1 parent 85b69e1 commit 78e441d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

Full documentation for rocPRIM is available at [https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/](https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/)

## [Unreleased rocPRIM-2.11.0 for ROCm 5.3.0]
## [rocPRIM-2.11.0 for ROCm 5.3.0]
### Added
- New functions `subtract_left` and `subtract_right` in `block_adjacent_difference` to apply functions
on pairs of adjacent items distributed between threads in a block.
Expand All @@ -19,12 +19,12 @@ function or by parameters.
- `device_segmented_radix_sort` now partitions segments to groups small, medium and large segments.
Each segment group can be sorted by specialized kernels to improve throughput.

## [Unreleased rocPRIM-2.10.14 for ROCm 5.2.0]
## [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.

## [Released rocPRIM-2.10.13 for ROCm 5.1.0]
## [rocPRIM-2.10.13 for ROCm 5.1.0]
### Fixed
- Fixed radix sort int64_t bug introduced in [2.10.11]
### Added
Expand All @@ -43,7 +43,7 @@ function or by parameters.
### Known issues
- device_segmented_radix_sort unit test failing for HIP on Windows

## [Released rocPRIM-2.10.12 for ROCm 5.0.0]
## [rocPRIM-2.10.12 for ROCm 5.0.0]
### Fixed
- Enable bfloat16 tests and reduce threshold for bfloat16
- Fix device scan limit_size feature
Expand Down

0 comments on commit 78e441d

Please sign in to comment.