Skip to content

Commit 9e28658

Browse files
nolmoonenMKKnorr
andauthored
Fix changelog for 5.5/5.6 (#417)
* Add known issues to the changelog * fix documentation url * Merge branch 'fix-doc-url' into 'develop_stream' fix documentation url Closes general#178 See merge request amd/libraries/rocPRIM!498 --------- Co-authored-by: Matthias Knorr <matthias@streamhpc.com>
1 parent a6c7530 commit 9e28658

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log for rocPRIM
22

3-
Full documentation for rocPRIM is available at [https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/](https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/)
3+
Full documentation for rocPRIM is available at [https://rocprim.readthedocs.io/en/latest/](https://rocprim.readthedocs.io/en/latest/)
44

55
## [Unreleased rocPRIM-2.13.0 for ROCm 5.5.0]
66
### Added
@@ -12,8 +12,9 @@ Full documentation for rocPRIM is available at [https://codedocs.xyz/ROCmSoftwar
1212
- Improved the performance of `device_merge_sort`.
1313
### Known Issues
1414
- Disabled GPU error messages relating to incorrect warp operation usage with Navi GPUs on Windows, due to GPU printf performance issues on Windows.
15+
- When `ROCPRIM_DISABLE_LOOKBACK_SCAN` is set, `device_scan` fails for input sizes bigger than `scan_config::size_limit`, which defaults to `std::numeric_limits<unsigned int>::max()`.
1516

16-
## [Unreleased rocPRIM-2.12.0 for ROCm 5.4.0]
17+
## [rocPRIM-2.12.0 for ROCm 5.4.0]
1718
### Changed
1819
- `device_partition`, `device_unique`, and `device_reduce_by_key` now support problem
1920
sizes larger than 2^32 items.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ included configurations user should define macro `ROCPRIM_TARGET_ARCH` to `803`
235235
should be optimized for gfx803 GCN version, or to `900` for gfx900.
236236

237237
## Documentation
238-
The latest rocPRIM documentation and API description can be found [here](https://codedocs.xyz/ROCmSoftwarePlatform/rocPRIM/).
238+
The latest rocPRIM documentation and API description can be found [here](https://rocprim.readthedocs.io/en/latest/).
239239

240240
It can also be build using the following commands
241241

0 commit comments

Comments
 (0)