You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Full documentation for rocPRIM is available at [https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/](https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/)
4
4
5
-
## [Unreleased rocPRIM-2.11.0 for ROCm 5.3.0]
5
+
## [rocPRIM-2.11.0 for ROCm 5.3.0]
6
6
### Added
7
7
- New functions `subtract_left` and `subtract_right` in `block_adjacent_difference` to apply functions
8
8
on pairs of adjacent items distributed between threads in a block.
@@ -19,12 +19,12 @@ function or by parameters.
19
19
-`device_segmented_radix_sort` now partitions segments to groups small, medium and large segments.
20
20
Each segment group can be sorted by specialized kernels to improve throughput.
21
21
22
-
## [Unreleased rocPRIM-2.10.14 for ROCm 5.2.0]
22
+
## [rocPRIM-2.10.14 for ROCm 5.2.0]
23
23
### Added
24
24
- Packages for tests and benchmark executable on all supported OSes using CPack.
25
25
- Added File/Folder Reorg Changes and Enabled Backward compatibility support using wrapper headers.
26
26
27
-
## [Released rocPRIM-2.10.13 for ROCm 5.1.0]
27
+
## [rocPRIM-2.10.13 for ROCm 5.1.0]
28
28
### Fixed
29
29
- Fixed radix sort int64_t bug introduced in [2.10.11]
30
30
### Added
@@ -43,7 +43,7 @@ function or by parameters.
43
43
### Known issues
44
44
- device_segmented_radix_sort unit test failing for HIP on Windows
45
45
46
-
## [Released rocPRIM-2.10.12 for ROCm 5.0.0]
46
+
## [rocPRIM-2.10.12 for ROCm 5.0.0]
47
47
### Fixed
48
48
- Enable bfloat16 tests and reduce threshold for bfloat16
0 commit comments